Skip to content

Commit

Permalink
Change jump height
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhutchings committed Jul 15, 2020
1 parent 4e01471 commit c69905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Physics settings
#define GRAVITY_STRENGTH 0.00003
#define FRICTION 0.05
#define JUMP_HEIGHT 0.005
#define JUMP_HEIGHT 0.008
#define WALK_SPEED 0.005

void loadButtonFont();
Expand Down

0 comments on commit c69905a

Please sign in to comment.