one way platform

This commit is contained in:
pennyrigate 2023-06-22 16:16:30 -04:00
parent c93c34d098
commit 9439d0313c
3 changed files with 35 additions and 4 deletions

View file

@ -1312,7 +1312,7 @@ custom_styles/bg = SubResource( 4 )
script = ExtResource( 8 )
[node name="OxygenTimer" type="Timer" parent="."]
wait_time = 20.0
wait_time = 10.0
autostart = true
[node name="JumpPeakTimer" type="Timer" parent="."]
@ -1331,8 +1331,8 @@ align = 1
[connection signal="state_physics_processing" from="StateChart/Root/Movement" to="." method="_process_movement"]
[connection signal="state_entered" from="StateChart/Root/Movement/Grounded" to="." method="_on_Grounded_state_entered"]
[connection signal="state_physics_processing" from="StateChart/Root/Movement/Grounded" to="." method="_process_grounded"]
[connection signal="state_physics_processing" from="StateChart/Root/Movement/Grounded/CanWalk" to="." method="_process_horizontal_movement_grounded"]
[connection signal="state_physics_processing" from="StateChart/Root/Movement/Grounded/CanWalk" to="." method="_process_can_walk"]
[connection signal="state_physics_processing" from="StateChart/Root/Movement/Grounded/CanWalk" to="." method="_process_horizontal_movement_grounded"]
[connection signal="state_entered" from="StateChart/Root/Movement/Grounded/CanWalk/Still" to="." method="_on_Still_state_entered"]
[connection signal="state_entered" from="StateChart/Root/Movement/Grounded/CanWalk/Walking" to="." method="_on_Walking_state_entered"]
[connection signal="state_entered" from="StateChart/Root/Movement/Grounded/CanWalk/Blinking" to="." method="_on_Blinking_state_entered"]