Navigation Menu

Skip to content

Commit

Permalink
better center middle press space
Browse files Browse the repository at this point in the history
  • Loading branch information
jxv committed Feb 23, 2018
1 parent 7f34ee3 commit 2e17ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/DinoRush/Scene/GameOver.hs
Expand Up @@ -36,5 +36,5 @@ drawGameOver = do
drawBlackOverlay (govFadeout gov)
disableZoom
drawGameOverText (470,300)
when (gameOverShowPressSpace $ govSpaceFlashing gov) $ drawPressSpaceText (560,500)
when (gameOverShowPressSpace $ govSpaceFlashing gov) $ drawPressSpaceText (550,500)
enableZoom
2 changes: 1 addition & 1 deletion library/DinoRush/Scene/Title.hs
Expand Up @@ -70,5 +70,5 @@ drawTitle = do

drawTitleText (300, 180)

when (titleShowPressSpace $ tvFlashing tv) $ drawPressSpaceText (560,500)
when (titleShowPressSpace $ tvFlashing tv) $ drawPressSpaceText (550,500)
when (titleShowPressEscape $ tvFlashing tv) $ drawPressEscapeText (490,500)

0 comments on commit 2e17ced

Please sign in to comment.