Start to add respawn points, re-fix semi-auto triggers
This commit is contained in:
@@ -151,6 +151,7 @@ data LWorld = LWorld
|
||||
, _imHotkeys :: NewIntMap ItmInt Hotkey
|
||||
, _lAimPos :: Point2
|
||||
, _lInvLock :: Bool
|
||||
, _respawnPos :: Point2
|
||||
}
|
||||
|
||||
--data WorldBeams = WorldBeams
|
||||
|
||||
@@ -56,8 +56,8 @@ data World = World
|
||||
}
|
||||
|
||||
data TimeFlowStatus
|
||||
= DeathTime
|
||||
{_deathDelay :: Int}
|
||||
= RespawnDelay
|
||||
{_respawnDelay :: Int}
|
||||
| NormalTimeFlow
|
||||
| ItemScrollTimeFlow
|
||||
{ _scrollSmoothing :: Int
|
||||
|
||||
Reference in New Issue
Block a user