From 2c2be83a370318ca69824538ed3e61784295a772 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Sun, 15 Mar 2026 17:30:54 +0300 Subject: More work --- src/constants.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/constants.h') 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 -- cgit v1.2.3