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
+1 -1
View File
@@ -56,7 +56,7 @@ defaultWorld = World
, _floorTiles = []
, _randGen = mkStdGen 2
, _mousePos = V2 0 0
, _testString = const []
, _testString = const . const []
, _debugPicture = mempty
, _yourID = 0
, _worldEvents = id