movement nerf #1

This commit is contained in:
Masséna Fezard | Nounouille 2022-01-08 19:25:47 +01:00
parent 0125a480c0
commit 9cd2b08884
1 changed files with 2 additions and 2 deletions

View File

@ -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