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.Lose
|
|||
|
||||
import RPGEngine.Render.Core ( Renderer )
|
||||
|
||||
import RPGEngine.Data ( Game )
|
||||
import RPGEngine.Data ( State )
|
||||
import Graphics.Gloss ( text )
|
||||
|
||||
----------------------------------------------------------------------
|
||||
|
||||
-- TODO
|
||||
renderLose :: Renderer Game
|
||||
renderLose :: Renderer State
|
||||
renderLose _ = text "Win"
|
||||
Reference in a new issue