Refactor material sounds

This commit is contained in:
2022-06-19 21:21:33 +01:00
parent 08e5df07e2
commit 8d81104f5f
14 changed files with 236 additions and 231 deletions
+2
View File
@@ -1,5 +1,6 @@
module Dodge.Data.SoundOrigin
where
import Dodge.Data.Material
data SoundOrigin = InventorySound
| BackgroundSound
| OnceSound
@@ -20,6 +21,7 @@ data SoundOrigin = InventorySound
| CrHitSound Int
| BarrelHiss Int
| GlassBreakSound Int
| MaterialSound Material Int
| TeleSound Int
| LeverSound Int
| Explosion Int