Work on boundaries for dragging windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user