Improve configuration handling

This commit is contained in:
2021-04-08 02:48:25 +02:00
parent ddb1171e2e
commit f1214c0584
14 changed files with 118 additions and 54 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ worldPictures w = pictures $ concat
fixedCoordPictures :: World -> Picture
fixedCoordPictures w = pictures
[ hudDrawings w
, scaler . onLayer MenuLayer $ menuScreen w
, scaler . onLayer MenuDepth $ menuScreen w
, customMouseCursor w
]
where