This commit is contained in:
2021-11-28 22:38:26 +00:00
parent 8c5777a1af
commit 8832a73d86
9 changed files with 21 additions and 24 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ fixedCoordPictures w = case _menuLayers w of
]
(lay:_) -> scaler . onLayer MenuDepth $ menuScreen w lay
where
scaler = setDepth (-1) . scale (2 / getWindowX cfig) (2 / getWindowY cfig)
scaler = setDepth (-1) . winScale cfig
cfig = _config w
customMouseCursor :: Configuration -> World -> Picture