Work on boundaries for dragging windows

This commit is contained in:
2026-04-06 00:52:09 +01:00
parent ed28af8d11
commit 1f52c4b588
9 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ drawLoadingScreen s _ cfig =
<>
translateScreenPos
cfig
(ScreenPos (V2 0 0.2) (V2 (-300) (10 * fromIntegral (length s))))
(ScreenPos (V2 0.5 0.7) (V2 (-300) (10 * fromIntegral (length s))))
(drawList $ map text s)
drawInputMenu :: String -> Config -> Picture