This repository has been archived on 2023-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2022FuncProg-project3-RPGEn.../lib/RPGEngine/Render/Level.hs

10 lines
No EOL
167 B
Haskell

module RPGEngine.Render.Level
( renderLevel
) where
import Graphics.Gloss
import RPGEngine.Data
-- TODO
renderLevel :: Level -> Picture
renderLevel _ = text "Level"