card assets
This commit is contained in:
@@ -173,6 +173,11 @@ namespace Puzzle
|
||||
bool PuzzleSolver::IsExitSatisfied(const PuzzleData& puzzle, PuzPos pos)
|
||||
{
|
||||
PuzzleElementType::Enum goalType = GetNodeAt(puzzle, pos);
|
||||
if (goalType == PuzzleElementType::None)
|
||||
{
|
||||
WARN_ONCE("TODO!");
|
||||
return false;
|
||||
}
|
||||
|
||||
uint32_t currentPositionQueueIdx = 0;
|
||||
uint32_t positionQueueCount = 0;
|
||||
|
||||
BIN
src/game/data/puzzles/0.pzl
LFS
BIN
src/game/data/puzzles/0.pzl
LFS
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user