Skip to content

Commit

Permalink
Update Menu
Browse files Browse the repository at this point in the history
Signed-off-by: Ezequiel <[email protected]>
  • Loading branch information
EzequielDeOliveira committed Sep 20, 2019
1 parent cbc9b23 commit 0435603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Menu/src/Window.hs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module Window where

-- Janela do jogo
window :: Display
window = InWindow "Devilgotchi" (width,height) (offset, offset)
window = FullScreen

renderText :: Float -> Float -> Float -> Float-> Color -> String -> Picture
renderText x y h w cor umaString = translate (x) (y) $ scale h w $ color cor $ text umaString
Expand Down

0 comments on commit 0435603

Please sign in to comment.