Add tilemap floors to rooms

This commit is contained in:
jgk
2021-06-15 14:56:32 +02:00
parent 73bd407c49
commit da631e3b37
31 changed files with 181 additions and 66 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ module MatrixHelper
( perspectiveMatrix
, isoMatrix
) where
import Geometry
--import Geometry
import Geometry.Data
import Linear.Matrix
import Linear.V4