Add tilemap floors to rooms

This commit is contained in:
2021-06-15 14:56:32 +02:00
parent 73bd407c49
commit da631e3b37
31 changed files with 181 additions and 66 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ Rendering of a picture.
-}
module Picture.Render
where
import Shader
import Shader.Data
import Shader.Poke
--import MatrixHelper
import Data.Preload.Render
import Picture.Data
import Geometry
--import Geometry
import Geometry.Data
--import Control.Lens
import Control.Monad