typo
This commit is contained in:
parent
27179fd225
commit
adda5d3dc4
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ drawMenu = do
|
||||||
textBox ctx 0 200 800 "HASKELLOIDS"
|
textBox ctx 0 200 800 "HASKELLOIDS"
|
||||||
fillColor ctx (rgba 255 128 0 (alpha $ fade ud))
|
fillColor ctx (rgba 255 128 0 (alpha $ fade ud))
|
||||||
fontSize ctx 40
|
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
|
restore ctx
|
||||||
-- t <- getElapsedTime
|
-- t <- getElapsedTime
|
||||||
-- liftIO $ drawSpinner (nano ud) 100 100 100 t
|
-- liftIO $ drawSpinner (nano ud) 100 100 100 t
|
||||||
|
|
Loading…
Reference in a new issue