summaryrefslogtreecommitdiff
path: root/include/constants.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-08-21 20:07:04 +0300
committerBoredGuy <osome3717@gmail.com>2025-08-21 20:07:04 +0300
commit8a8ed6d3fa7059dbb2a95072bbae4bf4618349a0 (patch)
tree5f1383eb3983b2bfc73680322a4bf0b68abbf770 /include/constants.h
parent251be1ac2d808dfd0fca5c0eb37398357ca7bb20 (diff)
Work on animation subsystem
- Also incomplete refactor of inline functions
Diffstat (limited to 'include/constants.h')
-rw-r--r--include/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants.h b/include/constants.h
index 870c7fb..2fd6ace 100644
--- a/include/constants.h
+++ b/include/constants.h
@@ -9,3 +9,6 @@
#define MAX_SPRITE_COUNT 4 //Maximum number of sprites per entity
#define NO_OFFSET 0
+
+#define MAX_FRAMES 30
+#define MAX_ANIMATIONS 20