补充彩虹方块与虚空核心强化链

This commit is contained in:
2026-04-25 16:36:20 +08:00
parent 750a10b5c0
commit 71a3684ce1
4 changed files with 265 additions and 18 deletions
+4
View File
@@ -87,6 +87,9 @@ struct PlayerStats
int blackHoleCharges;
int reshapeLevel;
int reshapeCharges;
int rainbowPieceLevel;
int voidCoreLevel;
int pendingRainbowPieceCount;
int stableStructureLevel;
int doubleGrowthLevel;
int gamblerLevel;
@@ -170,6 +173,7 @@ extern bool holdUsedThisTurn;
extern bool currentPieceIsExplosive;
extern bool currentPieceIsLaser;
extern bool currentPieceIsCross;
extern bool currentPieceIsRainbow;
extern int bricks[7][4][4][4];
extern COLORREF BrickColor[7];