diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:08:36 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:08:36 +0300 |
| commit | 9e24aa042e9fb9de34f7b445778518fcb67e24aa (patch) | |
| tree | eb71468111da570dad7e1117e04a25aeba08e29c /src/constants.h | |
| parent | 0ed3bb4569ded185237c6d530285382e6c2b6200 (diff) | |
Some Updates
Diffstat (limited to 'src/constants.h')
| -rw-r--r-- | src/constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h index 5d76d42..a21402a 100644 --- a/src/constants.h +++ b/src/constants.h @@ -3,5 +3,8 @@ #define WINDOW_WIDTH 800 #define WINDOW_HEIGHT 600 +#define TARGET_FPS 144 + +#define MAX_ENTITY_COUNT 500 #endif |
