diff options
| author | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:30:54 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2026-03-15 17:30:54 +0300 |
| commit | 2c2be83a370318ca69824538ed3e61784295a772 (patch) | |
| tree | 67f1a4f83193d6de3afd79167170fcf1eaac070e /src/constants.h | |
| parent | 77c6850d28134638d75a539bb8094e828a47d93f (diff) | |
More work
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 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 |
