补充清除逻辑

This commit is contained in:
2026-04-26 14:06:04 +08:00
parent cc69287344
commit aa3d4d3945
4 changed files with 241 additions and 97 deletions
+3
View File
@@ -253,6 +253,9 @@ void ResetVisualEffects();
bool TickVisualEffects();
void TriggerLineClearEffect(const int* rows, int rowCount, int linesCleared);
void PlayPendingLineClearEffect();
void TriggerCellClearEffect(const Point* cells, int cellCount, bool strongBurst);
void AwardRogueSkillClearRewards(int clearedCells, int& scoreGain, int& expGain, bool allowLevelProgress);
void ApplyBoardGravity();
int GetRogueFallInterval();
int GetRoguePlayableHeight();
int GetRogueLockedRows();