diff --git a/platform.g3a b/platform.g3a index e335b49..88ef8ee 100644 Binary files a/platform.g3a and b/platform.g3a differ diff --git a/src/main.c b/src/main.c index 9978982..9ef2507 100644 --- a/src/main.c +++ b/src/main.c @@ -36,7 +36,7 @@ int main(void) 0 //can jump }; //end upgrades - char jump_pressed = 0; //avoid holding jump + char jump_pressed = 1; //avoid holding jump char jump_buffer = 0; //jump buffer, last 3 frames unsigned int jump_hold = 0; //number of consecutive frames jump has been held double vspd = 0; //player vertical speed