summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
index a21402a..0c08dfd 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -7,4 +7,7 @@
#define MAX_ENTITY_COUNT 500
+#define ENTITY_MAX_ANIMATIONS 10
+#define ANIMATION_MAX_FRAMES 4
+
#endif