Skip to content

Commit

Permalink
Spacebar now jumps
Browse files Browse the repository at this point in the history
  • Loading branch information
commandblockguy committed Dec 21, 2019
1 parent c8ac647 commit 39cd913
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ bool play(void) {
any_hid_mouse_held(HID_MOUSE_RIGHT);
jump_pressed = kb_IsDown(kb_KeyUp) ||
any_hid_held(KEY_UP) ||
any_hid_held(KEY_SPACE) ||
any_hid_mouse_held(HID_MOUSE_LEFT);
#else
duck_pressed = kb_IsDown(kb_KeyDown);
Expand Down

0 comments on commit 39cd913

Please sign in to comment.