diff --git a/include/conf.h b/include/conf.h index 9731829..a92ea64 100644 --- a/include/conf.h +++ b/include/conf.h @@ -2,9 +2,9 @@ #define PLAYER_S 12 -#define PLAYER_ACC 2 +#define PLAYER_ACC 1.5 #define PLAYER_FRIC 0.4 -#define PLAYER_JUMP 7 +#define PLAYER_JUMP 6.5 #define PLAYER_COYOTE 3 #define GRAVITY 0.4