Fix---at least partially---level generation bug

This commit is contained in:
2021-03-28 18:51:39 +02:00
parent bacaded2a5
commit 1c11d82878
10 changed files with 214 additions and 72 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ module Dodge.LevelGen
( module Dodge.LevelGen
, cutWalls
, createInnerWalls
, checkWalls
-- , checkWalls
, nubWalls
, pairsToGraph
, makeButton
@@ -14,6 +14,7 @@ module Dodge.LevelGen
import Dodge.Data
import Dodge.Base
import Dodge.Room.Data
import Dodge.LevelGen.Block
import Dodge.LevelGen.LineBlock