Merge branch 'dev' of ssh://code.booklordofthe.dev:2003/Booklordofthedings/GMTK-2024 into dev
This commit is contained in:
commit
35006bd3ae
2 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
BIN
gmtk_2024/textures/level01-spritesheet.png
Normal file
BIN
gmtk_2024/textures/level01-spritesheet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Add table
Reference in a new issue