Cleanup particles slightly

This commit is contained in:
2021-09-03 17:26:21 +01:00
parent 111b86d2df
commit fd85093833
10 changed files with 64 additions and 95 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ fixedCoordPictures w = case _menuLayers w of
[ hudDrawings w
, customMouseCursor w
]
lays -> scaler . onLayer MenuDepth $ menuScreen w (_config w) (halfWidth w) (halfHeight w) lays
lays -> scaler . onLayer MenuDepth $ menuScreen w lays
where
scaler = setDepth (-1) . scale (2 / getWindowX w) (2 / getWindowY w)