Jumpbacks and continue

This commit is contained in:
Tibo De Peuter 2022-12-22 09:43:17 +01:00
parent dab6fadad4
commit b7278d6afc
11 changed files with 59 additions and 44 deletions

View file

@ -4,11 +4,11 @@ module RPGEngine.Render.Win
import RPGEngine.Render.Core ( Renderer )
import RPGEngine.Data ( Game )
import RPGEngine.Data ( State )
import Graphics.Gloss (text)
----------------------------------------------------------------------
-- TODO
renderWin :: Renderer Game
renderWin :: Renderer State
renderWin _ = text "Win"