working puzzle editor?
This commit is contained in:
@@ -22,6 +22,7 @@ namespace Puzzle
|
||||
static constexpr uint32_t MaxTilesInPuzzle = MaxPuzzleSizeTiles * MaxPuzzleSizeTiles;
|
||||
static constexpr uint32_t MaxAvailableStacks = 16;
|
||||
static constexpr uint32_t MaxGoalPositions = 16;
|
||||
static constexpr float CardScaleWorld = 10.0f;
|
||||
};
|
||||
|
||||
void Setup();
|
||||
|
||||
Reference in New Issue
Block a user