diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 51b6563..4bd9e8b 100644 --- a/src/config.h +++ b/src/config.h @@ -19,4 +19,8 @@ #define UNSAVED_CHANGES_COLOR rgb(255, 102, 102) #define MISSING_TRANSLATION_COLOR rgb(255, 179, 102) +#define ASSET_IMAGE_COUNT 10 +#define ASSET_FONT_COUNT 10 +#define ASSET_QUEUE_COUNT 20 + #endif
\ No newline at end of file |
