Add frame clock
This commit is contained in:
@@ -76,8 +76,7 @@ defaultWorld = World
|
||||
, _selLocation = 0
|
||||
, _keyConfig = defaultKeyConfigSDL
|
||||
, _config = defaultConfig
|
||||
, _sideEffects = []
|
||||
, _doneSideEffects = []
|
||||
, _sideEffects = return
|
||||
, _debugFlags = defaultDebugFlags
|
||||
, _inventoryMode = TopInventory
|
||||
, _lClickHammer = HammerUp
|
||||
@@ -86,6 +85,7 @@ defaultWorld = World
|
||||
, _radDistortion = []
|
||||
, _gameRooms = []
|
||||
, _preloadData = DummyPdata -- hack TODO remove this
|
||||
, _frameClock = 0
|
||||
}
|
||||
defaultDebugFlags :: DebugFlags
|
||||
defaultDebugFlags = DebugFlags
|
||||
|
||||
Reference in New Issue
Block a user