Improved player jump control

This commit is contained in:
2026-01-08 19:10:56 +03:00
parent 3b5a60cd9b
commit 7e55578994
2 changed files with 27 additions and 2 deletions
+8
View File
@@ -425,5 +425,13 @@ position_smoothing_enabled = true
[node name="Pickups" type="Node2D" parent="."]
position = Vector2(0, -24)
[node name="JumpBufferTimer" type="Timer" parent="."]
wait_time = 0.1
one_shot = true
[node name="CoyoteTimeTimer" type="Timer" parent="."]
wait_time = 0.1
one_shot = true
[connection signal="animation_finished" from="AnimatedSprite2D" to="." method="_on_animation_finished"]
[connection signal="animation_looped" from="AnimatedSprite2D" to="." method="_on_animation_looped"]