Add sound queue when on chasm edge

This commit is contained in:
2025-07-30 14:01:56 +01:00
parent d1346b855f
commit 7110ddb7a6
16 changed files with 401 additions and 341 deletions
+2
View File
@@ -37,6 +37,8 @@ import qualified IntMapHelp as IM
data Creature = Creature
{ _crPos :: Point2
, _crOldPos :: Point2
, _crZ :: Float
, _crZVel :: Float
, _crDir :: Float
, _crMvDir :: Float
, _crMvAim :: Float
+1
View File
@@ -16,6 +16,7 @@ data SoundOrigin
| OnceSound
| CrSound Int
| CrMouth Int
| CrChasm Int
| CrWeaponSound Int Int
| CrWeaponFailSound Int
| MachineSound Int