card assets

This commit is contained in:
Asuro
2025-04-07 01:32:07 +02:00
parent c7edebaeb8
commit e0016817dd
12 changed files with 31 additions and 5 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5
View File
@@ -173,6 +173,11 @@ namespace Puzzle
bool PuzzleSolver::IsExitSatisfied(const PuzzleData& puzzle, PuzPos pos) bool PuzzleSolver::IsExitSatisfied(const PuzzleData& puzzle, PuzPos pos)
{ {
PuzzleElementType::Enum goalType = GetNodeAt(puzzle, pos); PuzzleElementType::Enum goalType = GetNodeAt(puzzle, pos);
if (goalType == PuzzleElementType::None)
{
WARN_ONCE("TODO!");
return false;
}
uint32_t currentPositionQueueIdx = 0; uint32_t currentPositionQueueIdx = 0;
uint32_t positionQueueCount = 0; uint32_t positionQueueCount = 0;
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.