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

View File

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

Binary file not shown.

Binary file not shown.

BIN
src/textures/w corner long.ktx LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
src/textures/w! corner short.ktx LFS Normal file

Binary file not shown.

BIN
src/textures/w+ corner short.ktx LFS Normal file

Binary file not shown.