Simplify doorMechanism (involves hack)
This commit is contained in:
@@ -41,5 +41,5 @@ initialWorld = defaultWorld
|
||||
}
|
||||
|
||||
testStringInit :: World -> [String]
|
||||
testStringInit = map show . M.toList . _mouseButtons
|
||||
testStringInit = map (show . _drStatus) . IM.elems . _doors
|
||||
--testStringInit = const []
|
||||
|
||||
Reference in New Issue
Block a user