Start and stop some sounds and add a little bit of reverb to sounds so they fit the 'dungeon' theme.

This commit is contained in:
Zed A. Shaw 2025-02-28 10:48:45 -05:00
parent a8ae6df13b
commit 25d782df6d
18 changed files with 20 additions and 2 deletions

View file

@ -36,7 +36,7 @@
{"_type": "EnemyConfig", "hearing_distance": 5},
{"_type": "Sprite", "name": "axe_ranger"},
{"_type": "Animation", "scale": 0.1, "simple": false, "frames": 10, "speed": 0.6},
{"_type": "Sound", "attack": "Sword_Hit_1", "death": "Humanoid_Death_1"}
{"_type": "Sound", "attack": "Sword_Hit_1", "death": "Ranger_1"}
]
},
"EVIL_EYE": {