Fix---at least partially---level generation bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user