1
- [gd_scene load_steps =7 format =3 uid ="uid://dp478jyugrn7o" ]
1
+ [gd_scene load_steps =8 format =3 uid ="uid://dp478jyugrn7o" ]
2
2
3
3
[ext_resource type ="Script" path ="res://Player.gd" id ="1" ]
4
4
[ext_resource type ="PackedScene" uid ="uid://d0ypm0v45pwdv" path ="res://art/player.glb" id ="2" ]
@@ -10,6 +10,10 @@ radius = 0.792278
10
10
height = 0.1438
11
11
radius = 0.907607
12
12
13
+ [sub_resource type ="CylinderShape3D" id ="CylinderShape3D_76fa1" ]
14
+ height = 0.144
15
+ radius = 0.2
16
+
13
17
[sub_resource type ="Animation" id ="3" ]
14
18
length = 1.2
15
19
tracks/0/type = "value"
@@ -49,7 +53,7 @@ script = ExtResource("1")
49
53
[node name ="Pivot" type ="Node3D" parent ="." ]
50
54
51
55
[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 )
53
57
54
58
[node name ="CollisionShape" type ="CollisionShape3D" parent ="." ]
55
59
transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0 , 0.771765 , 0 )
@@ -64,10 +68,26 @@ monitorable = false
64
68
transform = Transform3D (1 , 0 , 0 , 0 , 1 , 0 , 0 , 0 , 1 , 0 , 1.06491 , 0 )
65
69
shape = SubResource ("2" )
66
70
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
+
67
87
[node name ="AnimationPlayer" type ="AnimationPlayer" parent ="." ]
68
- autoplay = "float"
69
88
libraries = {
70
89
"" : SubResource ("AnimationLibrary_aq6tr" )
71
90
}
91
+ autoplay = "float"
72
92
73
93
[connection signal ="body_entered" from ="MobDetector" to ="." method ="_on_MobDetector_body_entered" ]
0 commit comments