aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.h b/config.h
index 4465d68..2df5ce8 100644
--- a/config.h
+++ b/config.h
@@ -10,10 +10,9 @@
#define renderer_h 240
#define renderer_scale 2
-#define no_sound 1
+#define no_sound 0
-/* 16 KB should be enough. */
-#define asset_memory (1024 * 1024 * 16)
+#define asset_memory (1024 * 120)
#define animation_max_frames 8
@@ -24,4 +23,6 @@
#define wave_max_subwaves 8
#define wave_max_spawns 16
+#define max_beeps 32
+
#endif