diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-25 20:55:53 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-25 20:55:53 +0300 |
| commit | 4cfe20847f2bd2c46176eb5cccb1afeda4420769 (patch) | |
| tree | 87957e7bbb5ba2ce509e609f8394a9853719916e /src/constants.h | |
| parent | 3af894f7590841cda2f4880ec49ccd488e3faa99 (diff) | |
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
