This commit is contained in:
2026-02-25 17:41:14 +11:00
parent 9961dc6ed4
commit a327522541
3 changed files with 54 additions and 50 deletions

View File

@@ -40,7 +40,6 @@ func _physics_process(_delta) -> void:
#process coyote and jump buffers
if buffer_grounded > 0 and buffer_jumping > 0:
print(buffer_grounded, " ", buffer_jumping)
velocity.y = -JUMP_FORCE
buffer_grounded = 0
buffer_jumping = 0