#3 #2 Player render and movement

This commit is contained in:
Tibo De Peuter 2022-12-20 22:52:06 +01:00
parent de02c7113f
commit fb4bc5bb36
12 changed files with 158 additions and 9 deletions

View file

@ -0,0 +1,10 @@
module RPGEngine.Render.Level
( renderLevel
) where
import Graphics.Gloss
import RPGEngine.Data
-- TODO
renderLevel :: Level -> Picture
renderLevel _ = text "Level"