Implemented configurable randomization in the world builder, and then got the beginning of devices to work for the next part of going down a level through stairs.
This commit is contained in:
parent
7acbd0379f
commit
d2162910f6
10 changed files with 73 additions and 36 deletions
|
@ -305,7 +305,7 @@ TEST_CASE("random rectangle", "[matrix:rando_rect]") {
|
|||
}
|
||||
}
|
||||
|
||||
matrix::dump("WALLS FILLED", wall_copy);
|
||||
// matrix::dump("WALLS FILLED", wall_copy);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -339,6 +339,6 @@ TEST_CASE("standard rectangle", "[matrix:rectangle]") {
|
|||
}
|
||||
}
|
||||
|
||||
matrix::dump("WALLS FILLED", wall_copy);
|
||||
// matrix::dump("WALLS FILLED", wall_copy);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue