From 4cfe20847f2bd2c46176eb5cccb1afeda4420769 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Wed, 25 Mar 2026 20:55:53 +0300 Subject: Refactor Level Loading(undone!) --- src/constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index 5fc959f..f16466e 100644 --- a/src/constants.h +++ b/src/constants.h @@ -3,12 +3,12 @@ #define WINDOW_WIDTH 1280 #define WINDOW_HEIGHT 640 -#define TARGET_FPS 144 +#define TARGET_FPS 120 #define MAX_ENTITY_COUNT 500 #define ENTITY_MAX_ANIMATIONS 10 #define ANIMATION_MAX_FRAMES 4 -#define GRAVITY 200 +#define GRAVITY 400 #endif -- cgit v1.2.3