diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-01 17:21:09 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-01 17:21:09 +0100 |
| commit | 8775702c1cf8f5ae288be2b8c68ec8d29b1a62f1 (patch) | |
| tree | 7ccf5c1078abd27c6e565878189873c298c924b5 /src/main.c | |
| parent | 348682e2a0b221bf3160b001683cbb98027bbde9 (diff) | |
close #39
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #define ASSET_FONT_COUNT 25
#define ASSET_WORKER_COUNT 4
-#define ASSET_QUEUE_COUNT 100
-#define ASSET_IMAGE_COUNT 70
+#define ASSET_QUEUE_COUNT 150
+#define ASSET_IMAGE_COUNT 100
#define ASSET_SOUND_COUNT 30
#define NUM_AUDIO_CHANNELS 8
#define GAME_VERSION "0.1"
|
