38 lines
1.5 KiB
Text
38 lines
1.5 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://dp1q51kvd8uow"]
|
|
|
|
[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_22nhn"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_rpt2n"]
|
|
size = Vector3(1, 1.99126, 1)
|
|
|
|
[sub_resource type="CapsuleMesh" id="CapsuleMesh_qq44a"]
|
|
|
|
[node name="Teddy" type="CharacterBody3D" groups=["human"]]
|
|
safe_margin = 0.1
|
|
script = ExtResource("1_ywxo5")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
shape = SubResource("BoxShape3D_rpt2n")
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="CollisionShape3D"]
|
|
visible = false
|
|
mesh = SubResource("CapsuleMesh_qq44a")
|
|
skeleton = NodePath("../..")
|
|
|
|
[node name="Neck" type="Node3D" parent="CollisionShape3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.859224, 0)
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="CollisionShape3D/Neck"]
|
|
|
|
[node name="BulletGenerator" type="Marker3D" parent="CollisionShape3D/Neck/Camera3D"]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.104801, -0.858231)
|
|
|
|
[node name="Teddy" parent="CollisionShape3D/Neck" instance=ExtResource("2_22nhn")]
|
|
transform = Transform3D(-0.32, 0, -2.79753e-08, 0, 0.32, 0, 2.79753e-08, 0, -0.32, 0, -1.92932, 0)
|
|
|
|
[node name="sound" type="AudioStreamPlayer3D" parent="."]
|
|
|
|
[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"
|