Start to add respawn points, re-fix semi-auto triggers

This commit is contained in:
2025-08-11 00:00:32 +01:00
parent 38e8f91346
commit dd1f3b2ef5
10 changed files with 116 additions and 113 deletions
+1
View File
@@ -151,6 +151,7 @@ data LWorld = LWorld
, _imHotkeys :: NewIntMap ItmInt Hotkey
, _lAimPos :: Point2
, _lInvLock :: Bool
, _respawnPos :: Point2
}
--data WorldBeams = WorldBeams
+2 -2
View File
@@ -56,8 +56,8 @@ data World = World
}
data TimeFlowStatus
= DeathTime
{_deathDelay :: Int}
= RespawnDelay
{_respawnDelay :: Int}
| NormalTimeFlow
| ItemScrollTimeFlow
{ _scrollSmoothing :: Int