Work towards making world read/showable
This commit is contained in:
@@ -28,7 +28,6 @@ initialWorld = defaultWorld
|
||||
, _floorItems = IM.empty
|
||||
, _randGen = mkStdGen 2
|
||||
, _mousePos = V2 0 0
|
||||
, _testString = testStringInit
|
||||
, _yourID = 0
|
||||
, _sideEffects = return
|
||||
, _worldEvents = soundStart BackgroundSound (V2 0 0) foamSprayFadeOutS Nothing
|
||||
@@ -40,7 +39,3 @@ initialWorld = defaultWorld
|
||||
-- , _menuLayers = [TerminalScreen 300 rezText']
|
||||
}
|
||||
|
||||
testStringInit :: Configuration -> World -> [String]
|
||||
testStringInit _ _ = []
|
||||
--testStringInit = map (show . _drStatus) . IM.elems . _doors
|
||||
--testStringInit = const . const []
|
||||
|
||||
Reference in New Issue
Block a user