aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-07 17:09:58 +1000
committerquou <quou@disroot.org>2023-05-07 17:09:58 +1000
commit955f6ae56cdd3b20eabb44e7c9b931bdb17c2b3e (patch)
tree62f5dc92a675a5fdc48a0474d11d229cb5f2780d /config.h
parent1867e71ac2870f904e0856fd3b093abed6e8a58b (diff)
Basic music and sound.
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