From c4ac81cffcf925963acb0c02584ab22626427a73 Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 4 May 2023 10:15:19 +1000 Subject: Add an animation system. --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 91363a9..273f9a5 100644 --- a/config.h +++ b/config.h @@ -15,4 +15,6 @@ /* 16 KB should be enough. */ #define asset_memory (1024 * 1024 * 16) +#define animation_max_frames 8 + #endif -- cgit v1.2.3-54-g00ecf