More cleanups of the tests and fixes to the room and door positioning.
This commit is contained in:
parent
8e2a691337
commit
02d23bb77d
11 changed files with 75 additions and 78 deletions
|
|
@ -25,7 +25,7 @@ TEST_CASE("camera control", "[map]") {
|
|||
|
||||
Point center = map.center_camera({10,10}, 5, 5);
|
||||
|
||||
map.dump(center.x, center.y);
|
||||
// map.dump(center.x, center.y);
|
||||
REQUIRE(center.x == 8);
|
||||
REQUIRE(center.y == 8);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue