Commit before static wall overhaul

This commit is contained in:
jgk
2021-07-19 01:33:52 +02:00
parent e657d8e852
commit 6905c6f154
17 changed files with 58 additions and 51 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module Dodge.LevelGen.InnerWalls
--import Geometry
--import Control.Lens
--import qualified Data.IntMap as IM
--import qualified Data.IntMap.Strict as IM
------------------------------------------------------------------------------------
-- idea: create inner walls to draw and to cast shadows
--createInnerWalls :: IM.IntMap Wall -> IM.IntMap Wall
+1 -1
View File
@@ -7,7 +7,7 @@ import Geometry
import Control.Lens
import Data.Maybe
import Data.List
import qualified Data.IntMap as IM
import qualified Data.IntMap.Strict as IM
import Data.Graph.Inductive hiding ((&))
--import Data.Graph.Inductive.NodeMap