Merge branch 'dev' of ssh://code.booklordofthe.dev:2003/Booklordofthedings/GMTK-2024 into dev

This commit is contained in:
Booklordofthedings 2024-08-17 12:55:38 +02:00
commit 35006bd3ae
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ func get_input():
velocity.x = input_direction * speed velocity.x = input_direction * speed
if is_on_floor(): if is_on_floor(): # rest the jump count
jump_count_current = jump_count jump_count_current = jump_count
if Input.is_action_just_pressed("player_jump") and jump_count_current > 0: if Input.is_action_just_pressed("player_jump") and jump_count_current > 0:

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB