From 9cd2b088847fa75626bc87a08d91950acace21e7 Mon Sep 17 00:00:00 2001 From: Massena Date: Sat, 8 Jan 2022 19:25:47 +0100 Subject: [PATCH] movement nerf #1 --- include/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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