added a coyote time for wall jumps

This commit is contained in:
2025-12-15 11:20:17 +01:00
parent 7c4e541446
commit f828c1d786
4 changed files with 71 additions and 26 deletions

View File

@@ -82,7 +82,6 @@ func on_input_hit():
input_hit.emit()
func on_input_jump_started():
print("jump")
input_jump_started.emit()
func on_input_jump_ongoing():