Lots of changes, forgot to add the heal scroll sound. Sounds for when enemies come in and go out of range. Menu filtering added.

This commit is contained in:
Storm Dragon
2026-01-25 21:10:38 -05:00
parent 815ac97a64
commit 43b24b6d11
30 changed files with 731 additions and 119 deletions

View File

@@ -119,6 +119,7 @@ const int INVASION_DURATION_HOURS = 1;
const int BANDIT_DETECTION_RADIUS = 5;
const int BANDIT_WANDER_DIRECTION_CHANGE_MIN = 3000;
const int BANDIT_WANDER_DIRECTION_CHANGE_MAX = 8000;
const int INVADER_SOUND_VARIANTS_MAX = 5;
// Audio ranges and volume falloff
// Formula: final_volume = start_volume - (volume_step × distance)