1- [gd_scene load_steps =7 format =3 uid ="uid://dp478jyugrn7o" ]
1+ [gd_scene load_steps =8 format =3 uid ="uid://dp478jyugrn7o" ]
22
33[ext_resource type ="Script" path ="res://Player.gd" id ="1" ]
44[ext_resource type ="PackedScene" uid ="uid://d0ypm0v45pwdv" path ="res://art/player.glb" id ="2" ]
@@ -10,6 +10,10 @@ radius = 0.792278
1010height = 0.1438
1111radius = 0.907607
1212
13+ [sub_resource type ="CylinderShape3D" id ="CylinderShape3D_76fa1" ]
14+ height = 0.144
15+ radius = 0.2
16+
1317[sub_resource type ="Animation" id ="3" ]
1418length = 1.2
1519tracks/0/type = "value"
@@ -49,7 +53,7 @@ script = ExtResource("1")
4953[node name ="Pivot" type ="Node3D" parent ="." ]
5054
5155[node name ="Character" parent ="Pivot" instance =ExtResource ("2" )]
52- transform = Transform3D (1 , 0 , 0 , 0 , 0.996145 , 0.0877225 , 0 , -0.0877225 , 0.996145 , 0 , 0.329753 , 0 )
56+ transform = Transform3D (1 , 0 , 0 , 0 , 0.984808 , 0.173648 , 0 , -0.173648 , 0.984808 , 0 , 0.349734 , 0 )
5357
5458[node name ="CollisionShape" type ="CollisionShape3D" parent ="." ]
5559transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0 , 0.771765 , 0 )
@@ -64,10 +68,26 @@ monitorable = false
6468transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0 , 1.06491 , 0 )
6569shape = SubResource ("2" )
6670
71+ [node name ="CollisionShape2" type ="CollisionShape3D" parent ="MobDetector" ]
72+ transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0.455268 , 0.95 , 1.1423 )
73+ shape = SubResource ("CylinderShape3D_76fa1" )
74+
75+ [node name ="CollisionShape3" type ="CollisionShape3D" parent ="MobDetector" ]
76+ transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0.716365 , 0.95 , 1.71889 )
77+ shape = SubResource ("CylinderShape3D_76fa1" )
78+
79+ [node name ="CollisionShape4" type ="CollisionShape3D" parent ="MobDetector" ]
80+ transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , -0.730546 , 0.95 , 1.69713 )
81+ shape = SubResource ("CylinderShape3D_76fa1" )
82+
83+ [node name ="CollisionShape5" type ="CollisionShape3D" parent ="MobDetector" ]
84+ transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , -0.45857 , 0.95 , 1.15318 )
85+ shape = SubResource ("CylinderShape3D_76fa1" )
86+
6787[node name ="AnimationPlayer" type ="AnimationPlayer" parent ="." ]
68- autoplay = "float"
6988libraries = {
7089"" : SubResource ("AnimationLibrary_aq6tr" )
7190}
91+ autoplay = "float"
7292
7393[connection signal ="body_entered" from ="MobDetector" to ="." method ="_on_MobDetector_body_entered" ]
0 commit comments