Fixes an issue with Apples & Tilemap (lol)

This commit is contained in:
Indrajith K L
2022-04-14 15:38:09 +05:30
parent fc44ae1243
commit 8bf932bf0b
3 changed files with 57 additions and 33 deletions

View File

@@ -24,7 +24,6 @@ func get_input():
if jump and is_on_floor():
jumping = true
velocity.y = jump_speed
print(health)
if right:
velocity.x += run_speed
facing_right = true