diff --git a/utils/maze.rb b/utils/maze.rb index f0e4a6a..5fc9e02 100644 --- a/utils/maze.rb +++ b/utils/maze.rb @@ -1,6 +1,3 @@ -# add 10% wall deletion, ignoring boss rooms -# add room boss spawn entrance north south east or west middle - class MazeData def initialize(width, height, standalone: false) @width = width