修改特殊方块消行逻辑 以及增强彩虹方块
This commit is contained in:
@@ -40,9 +40,9 @@ bool IsRainbowBoardCell(int cellValue);
|
||||
int TriggerMiniBlackHole(int maxCellsToClear);
|
||||
|
||||
/**
|
||||
* @brief 触发彩虹方块棱彩复制效果并返回变色格数。
|
||||
* @brief 触发彩虹方块棱彩爆发效果并返回清除格数。
|
||||
*/
|
||||
int TriggerRainbowPrismCopy(int minRow, int maxRow);
|
||||
int TriggerRainbowPrismBurst(int minRow, int maxRow);
|
||||
|
||||
/**
|
||||
* @brief 引爆清屏炸弹并返回清除格数。
|
||||
@@ -59,6 +59,11 @@ int ClearExplosiveAreaAt(int centerY, int centerX);
|
||||
*/
|
||||
int ClearColumnAt(int column);
|
||||
|
||||
/**
|
||||
* @brief 使用指定颜色特效清除指定列并返回清除格数。
|
||||
*/
|
||||
int ClearColumnAtWithColor(int column, COLORREF flashColor);
|
||||
|
||||
/**
|
||||
* @brief 清除指定行并返回清除格数。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user