Refactor sounds

This commit is contained in:
2021-09-09 14:58:07 +01:00
parent be7b2d2cd7
commit 70c97f5367
26 changed files with 113 additions and 162 deletions
+4
View File
@@ -16,5 +16,9 @@ data SoundOrigin = InventorySound
| CrHitSound Int
| BarrelHiss Int
| GlassBreakSound Int
| TeleSound Int
| LeverSound Int
| Explosion Int
| Tap Int
deriving (Eq,Ord,Show)