diff --git a/src/Menu.hs b/src/Menu.hs index 851b655..d9b86f9 100644 --- a/src/Menu.hs +++ b/src/Menu.hs @@ -92,7 +92,7 @@ drawMenu = do textBox ctx 0 200 800 "HASKELLOIDS" fillColor ctx (rgba 255 128 0 (alpha $ fade ud)) fontSize ctx 40 - textBox ctx 0 350 800 "Press [Space] to PLay\nPress [Esc] to exit" + textBox ctx 0 350 800 "Press [Space] to Play\nPress [Esc] to exit" restore ctx -- t <- getElapsedTime -- liftIO $ drawSpinner (nano ud) 100 100 100 t