Add options page scrolling
This commit is contained in:
+2
-1
@@ -126,7 +126,7 @@ data World = World
|
||||
, _floorItems :: IM.IntMap FloorItem
|
||||
, _floorTiles :: [(Point3,Point3)]
|
||||
, _randGen :: StdGen
|
||||
, _testString :: World -> [String]
|
||||
, _testString :: Configuration -> World -> [String]
|
||||
, _debugPicture :: Picture
|
||||
, _modifications :: IM.IntMap Modification
|
||||
, _yourID :: Int
|
||||
@@ -254,6 +254,7 @@ data ScreenLayer
|
||||
, _scOptions :: [MenuOption]
|
||||
, _scDefaultEff :: Universe -> IO (Maybe Universe)
|
||||
, _scOptionFlag :: OptionScreenFlag
|
||||
, _scOptionsOffset :: Int
|
||||
}
|
||||
| ColumnsScreen
|
||||
{ _scTitle :: Universe -> String
|
||||
|
||||
Reference in New Issue
Block a user