Add options page scrolling

This commit is contained in:
2022-06-25 09:28:45 +01:00
parent 3c2df2542a
commit dd0afc6166
12 changed files with 74 additions and 44 deletions
+3 -2
View File
@@ -40,6 +40,7 @@ initialWorld = defaultWorld
-- , _menuLayers = [TerminalScreen 300 rezText']
}
testStringInit :: World -> [String]
testStringInit :: Configuration -> World -> [String]
testStringInit cfig _ = [show $ _windowY cfig]
--testStringInit = map (show . _drStatus) . IM.elems . _doors
testStringInit = const []
--testStringInit = const . const []