diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-17 11:27:19 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-17 11:27:19 +0300 |
| commit | 9b63c2572ee6d8b73fd0d2f298dc339335875607 (patch) | |
| tree | c1732d934721b12806d98cffbc375195e0ccbd03 /src/constants.h | |
| parent | ac02199694ffef81a00a8ea47420e88ef0a35f67 (diff) | |
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h index 0c08dfd..e71c217 100644 --- a/src/constants.h +++ b/src/constants.h @@ -3,11 +3,12 @@ #define WINDOW_WIDTH 800 #define WINDOW_HEIGHT 600 -#define TARGET_FPS 144 +#define TARGET_FPS 60 #define MAX_ENTITY_COUNT 500 #define ENTITY_MAX_ANIMATIONS 10 #define ANIMATION_MAX_FRAMES 4 +#define GRAVITY 9.8 #endif |
