diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-23 17:11:28 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-23 17:11:28 +0300 |
| commit | 7c438c2a0e25d22323b5def545f32e97eee689f0 (patch) | |
| tree | a9e2cf29a967c88d022ea8e6c20a522a9c482610 /src/constants.h | |
| parent | 6dbd16cd920b51bc24b60d0561bd707ff8862cc5 (diff) | |
Asset system
- Multiple entity updates
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
