summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 17:21:09 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 17:21:09 +0100
commit8775702c1cf8f5ae288be2b8c68ec8d29b1a62f1 (patch)
tree7ccf5c1078abd27c6e565878189873c298c924b5 /src/main.c
parent348682e2a0b221bf3160b001683cbb98027bbde9 (diff)
close #39
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 41a47ba..2a5e908 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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"