summaryrefslogtreecommitdiff
path: root/include/constants.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-08-07 10:10:18 +0300
committerBoredGuy <osome3717@gmail.com>2025-08-07 10:10:18 +0300
commit251be1ac2d808dfd0fca5c0eb37398357ca7bb20 (patch)
tree4bc7ccdaee4773b1ef55ce734a40c528384d4efe /include/constants.h
parent2b95f565e8b88841d20f79205ac600cc14e28458 (diff)
Huge Commit
- Added (static)sprites - Removed variable fps (removes wierd camera jitter) Also I'm becoming increasingly more anti-VSync
Diffstat (limited to 'include/constants.h')
-rw-r--r--include/constants.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/constants.h b/include/constants.h
index 2f9625a..870c7fb 100644
--- a/include/constants.h
+++ b/include/constants.h
@@ -4,4 +4,8 @@
#define WINDOW_HEIGHT 720
#define MAX_ENTITY_COUNT 2048
-#define MAX_AREA_COUNT 4 \ No newline at end of file
+#define MAX_AREA_COUNT 4
+
+#define MAX_SPRITE_COUNT 4 //Maximum number of sprites per entity
+
+#define NO_OFFSET 0