This commit is contained in:
Asuro
2025-05-19 18:41:10 +02:00
parent 70db6ca2aa
commit 15dc65530d
11 changed files with 50 additions and 11 deletions

View File

@@ -158,6 +158,7 @@ namespace Game
UIQuadEntityHandle UIPlacedCards[Puzzle::Config::MaxCardsInPuzzle];
UIQuadEntityHandle UIAvailableCards[Puzzle::Config::MaxAvailableStacks * UIAvailableCardMaxStackPreview];
UIQuadEntityHandle SolvedQuad;
UIQuadEntityHandle ResetQuad;
Gen::PuzPos DraggedCard{-1, -1};
uint16_t DraggedAvailableCardIdx = UINT16_MAX;
bool IsSetup = false;
@@ -165,6 +166,7 @@ namespace Game
void Setup();
void Update();
void Reset(); // TODO!
};
class Level