Cleanup, add unpause clock

This commit is contained in:
2025-06-01 09:12:18 +01:00
parent c56e3e96ee
commit b7cd91b56e
9 changed files with 138 additions and 143 deletions
+1
View File
@@ -52,6 +52,7 @@ defaultWorld =
, _pnZoning = mempty
, _peZoning = mempty
, _gsZoning = mempty --Zoning IM.empty clZoneSize (zonePos _guPos)
, _unpauseClock = 0
}
defaultCWGen :: CWGen
+1 -1
View File
@@ -105,7 +105,7 @@ defaultWorld = World
, _distortions = []
, _gameRooms = []
, _roomClipping = []
, _worldClock = 0
, _unpauseClock = 0
, _worldBounds = defaultBounds
, _maybeWorld = Nothing'
, _rewindWorlds = []