diff options
author | quou <quou@disroot.org> | 2023-05-07 17:09:58 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-07 17:09:58 +1000 |
commit | 955f6ae56cdd3b20eabb44e7c9b931bdb17c2b3e (patch) | |
tree | 62f5dc92a675a5fdc48a0474d11d229cb5f2780d /config.h | |
parent | 1867e71ac2870f904e0856fd3b093abed6e8a58b (diff) |
Basic music and sound.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |