Improved start screen and made the animation optional in scenes since they aren't needed always.
This commit is contained in:
parent
903fad871f
commit
532366091b
13 changed files with 114 additions and 27 deletions
|
|
@ -47,7 +47,5 @@ TEST_CASE("multiple targets can path", "[pathing]") {
|
|||
|
||||
if(found == PathingResult::FOUND) {
|
||||
fmt::println("FOUND!");
|
||||
} else if(found == PathingResult::FAIL && !diag) {
|
||||
REQUIRE(found != PathingResult::FAIL);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue