升级改为四选一并重做赌徒与方块改造机制

This commit is contained in:
2026-04-25 12:19:37 +08:00
parent 4bcc62f01a
commit 332573a28c
6 changed files with 1349 additions and 102 deletions
+3 -2
View File
@@ -56,14 +56,15 @@ struct PlayerStats
int explosiveLevel;
int stableStructureLevel;
int doubleGrowthLevel;
int luckyRollLevel;
int gamblerLevel;
int pieceTuningLevels[7];
};
struct UpgradeOption
{
int id;
int currentLevel;
int targetPieceType;
const TCHAR* name;
const TCHAR* category;
const TCHAR* description;
@@ -85,7 +86,7 @@ struct UpgradeUiState
int optionCount;
int pendingCount;
int totalChosenCount;
UpgradeOption options[3];
UpgradeOption options[4];
};
struct FeedbackState