99custom_solver_bias = 0.0
1010extents = Vector2 ( 24.8363 , 35.3636 )
1111
12- [sub_resource type ="Animation" id =3 ]
12+ [sub_resource type ="Animation" id =2 ]
1313
1414length = 1.0
1515loop = false
@@ -35,7 +35,7 @@ tracks/1/keys = {
3535"values" : [ Vector2 ( 0.7 , 0.7 ), Vector2 ( 1e-05, 1e-05 ) ]
3636}
3737
38- [sub_resource type ="Animation" id =4 ]
38+ [sub_resource type ="Animation" id =3 ]
3939
4040length = 0.5
4141loop = false
@@ -51,7 +51,7 @@ tracks/0/keys = {
5151"values" : [ 2 , 4 , 3 ]
5252}
5353
54- [sub_resource type ="Animation" id =5 ]
54+ [sub_resource type ="Animation" id =4 ]
5555
5656length = 0.4
5757loop = true
@@ -121,23 +121,23 @@ _update_shape_index = 0
121121playback/process_mode = 1
122122playback/default_blend_time = 0.0
123123root/root = NodePath (".." )
124- anims/death = SubResource ( 3 )
125- anims/jumping = SubResource ( 4 )
126- anims/walking = SubResource ( 5 )
124+ anims/death = SubResource ( 2 )
125+ anims/jumping = SubResource ( 3 )
126+ anims/walking = SubResource ( 4 )
127127playback/active = true
128128playback/speed = 0.9
129129blend_times = [ ]
130130autoplay = ""
131131
132- [node name ="Invulnerability " type ="Timer" parent ="." ]
132+ [node name ="Timer " type ="Timer" parent ="." ]
133133
134134process_mode = 1
135135wait_time = 1.3
136136one_shot = true
137- autostart = false
137+ autostart = true
138138
139139[connection signal ="body_enter" from ="." to ="." method ="_body_enter" ]
140140
141- [connection signal ="timeout" from ="Invulnerability " to ="." method ="_on_invulnerability_timeout " ]
141+ [connection signal ="timeout" from ="Timer " to ="." method ="_invulnerability " ]
142142
143143
0 commit comments