From 7c438c2a0e25d22323b5def545f32e97eee689f0 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Mon, 23 Mar 2026 17:11:28 +0300 Subject: Asset system - Multiple entity updates --- src/constants.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h index 3fc36ff..4eca1ea 100644 --- a/src/constants.h +++ b/src/constants.h @@ -1,14 +1,14 @@ #ifndef CONSTANTS_H_ #define CONSTANTS_H_ -#define WINDOW_WIDTH 800 -#define WINDOW_HEIGHT 600 +#define WINDOW_WIDTH 1280 +#define WINDOW_HEIGHT 720 #define TARGET_FPS 60 #define MAX_ENTITY_COUNT 500 #define ENTITY_MAX_ANIMATIONS 10 #define ANIMATION_MAX_FRAMES 4 -#define GRAVITY 14 +#define GRAVITY 200 #endif -- cgit v1.2.3