diff --git a/Menu/src/Window.hs b/Menu/src/Window.hs index e559f91..c5ee833 100644 --- a/Menu/src/Window.hs +++ b/Menu/src/Window.hs @@ -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