From 6dbd16cd920b51bc24b60d0561bd707ff8862cc5 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Thu, 19 Mar 2026 09:43:11 +0300 Subject: Added Walls - And more player mechanics --- src/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index e71c217..3fc36ff 100644 --- a/src/constants.h +++ b/src/constants.h @@ -9,6 +9,6 @@ #define ENTITY_MAX_ANIMATIONS 10 #define ANIMATION_MAX_FRAMES 4 -#define GRAVITY 9.8 +#define GRAVITY 14 #endif -- cgit v1.2.3