Improved start screen and made the animation optional in scenes since they aren't needed always.

This commit is contained in:
Zed A. Shaw 2026-04-02 12:15:51 -04:00
parent 903fad871f
commit 532366091b
13 changed files with 114 additions and 27 deletions

View file

@ -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);
}
}