Improve debugDraw

This commit is contained in:
2022-07-02 17:45:03 +01:00
parent dc3b78f8c4
commit 8a612be5fe
5 changed files with 41 additions and 47 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module Dodge.Placement.PlaceSpot
) where
import Dodge.Placement.Shift
import Dodge.Data
import Dodge.Path
--import Dodge.Path
import Dodge.Placement.PlaceSpot.Block
import Dodge.Placement.PlaceSpot.TriggerDoor
import Dodge.Default.Wall
+1 -2
View File
@@ -9,7 +9,7 @@ import Dodge.Path
import Dodge.Block.Debris
--import Dodge.LevelGen.LevelStructure
import Dodge.Base
import Dodge.Zone
--import Dodge.Zone
import Geometry
import qualified IntMapHelp as IM
@@ -94,7 +94,6 @@ plLineBlock basePane blwidth a b gw = ( 0
,_wlLine = ps
,_wlDraw = visStatus
}
listWalls = concat $ zipWith makeWallAt blockCenPs is
-- | Must be done after inserting the block
insertWalls :: Int -> [Wall] -> World -> World