project_teddy/scenes/Teddy.tscn

41 lines
1.7 KiB
Text
Raw Normal View History

2023-03-17 12:46:53 -06:00
[gd_scene load_steps=6 format=3 uid="uid://dp1q51kvd8uow"]
2023-01-24 12:43:19 -07:00
[ext_resource type="Script" path="res://characters/teddy/Teddy.gd" id="1_ywxo5"]
[ext_resource type="PackedScene" uid="uid://b3l10agcjfgdx" path="res://characters/teddy/model_glb/teddy.glb" id="2_xx41h"]
2023-03-17 12:46:53 -06:00
[ext_resource type="Script" path="res://scripts/nameLabel.gd" id="3_1v4js"]
2023-01-24 12:43:19 -07:00
[sub_resource type="BoxShape3D" id="BoxShape3D_rpt2n"]
size = Vector3(1, 1.99126, 1)
2023-02-07 13:22:31 -07:00
[sub_resource type="CapsuleMesh" id="CapsuleMesh_qq44a"]
2023-01-24 12:43:19 -07:00
2023-02-07 13:22:31 -07:00
[node name="Teddy" type="CharacterBody3D" groups=["human"]]
safe_margin = 0.01
2023-02-07 13:22:31 -07:00
script = ExtResource("1_ywxo5")
2023-01-24 12:43:19 -07:00
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_rpt2n")
2023-02-07 13:22:31 -07:00
[node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"]
2023-03-09 13:26:09 -07:00
visible = false
2023-02-07 13:22:31 -07:00
mesh = SubResource("CapsuleMesh_qq44a")
skeleton = NodePath("../..")
[node name="Neck" type="Node3D" parent="CollisionShape3D"]
2023-01-24 12:43:19 -07:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.859224, 0)
2023-02-07 13:22:31 -07:00
[node name="Camera3D" type="Camera3D" parent="CollisionShape3D/Neck"]
2023-01-27 12:47:13 -07:00
[node name="BulletGenerator" type="Marker3D" parent="CollisionShape3D/Neck/Camera3D"]
2023-01-27 12:47:13 -07:00
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.104801, -0.858231)
2023-02-22 21:31:22 -07:00
[node name="Teddy" parent="CollisionShape3D/Neck" instance=ExtResource("2_xx41h")]
transform = Transform3D(-0.33293, 1.16122e-16, -2.91057e-08, 1.16122e-16, 0.33293, -1.16122e-16, 2.91057e-08, -1.16122e-16, -0.33293, 2.08165e-12, -1.93156, 2.08165e-12)
2023-03-09 13:26:09 -07:00
2023-02-22 21:31:22 -07:00
[node name="sound" type="AudioStreamPlayer3D" parent="."]
2023-02-25 15:21:18 -07:00
[node name="nameLabel" type="Label3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.60152, 0)
text = "Un-named Player"
2023-03-17 12:46:53 -06:00
script = ExtResource("3_1v4js")