Jumpbacks and continue
This commit is contained in:
parent
dab6fadad4
commit
b7278d6afc
11 changed files with 59 additions and 44 deletions
|
@ -4,11 +4,11 @@ module RPGEngine.Render.Menu
|
|||
|
||||
import RPGEngine.Render.Core ( Renderer )
|
||||
|
||||
import RPGEngine.Data ( Game )
|
||||
import RPGEngine.Data ( State )
|
||||
import Graphics.Gloss (text)
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
-- TODO
|
||||
renderMenu :: Renderer Game
|
||||
renderMenu :: Renderer State
|
||||
renderMenu _ = text "[Press any key to start]"
|
Reference in a new issue