Zoom in when spawning
This commit is contained in:
@@ -24,7 +24,8 @@ drawMenuScreen mi = \case
|
||||
drawLoadingScreen :: [String] -> BlockStatus -> Config -> Picture
|
||||
drawLoadingScreen s _ cfig =
|
||||
polygon (rectWH (fromIntegral (cfig ^. windowX)) (fromIntegral (cfig ^. windowY)))
|
||||
<> translateScreenPos
|
||||
<>
|
||||
translateScreenPos
|
||||
cfig
|
||||
(ScreenPos (V2 0 0.2) (V2 (-300) (10 * fromIntegral (length s))))
|
||||
(drawList $ map text s)
|
||||
|
||||
Reference in New Issue
Block a user