Detonate Vertical and Horizontal Matches
This commit is contained in:
@@ -226,6 +226,9 @@ namespace Services {
|
|||||||
DestroyAtAsync,
|
DestroyAtAsync,
|
||||||
this.gameBoard);
|
this.gameBoard);
|
||||||
|
|
||||||
|
foreach (Vector2Int p in matchPositions.Distinct())
|
||||||
|
await DestroyAtAsync(p);
|
||||||
|
|
||||||
await UniTask.Delay(600);
|
await UniTask.Delay(600);
|
||||||
|
|
||||||
await MoveGemsDown();
|
await MoveGemsDown();
|
||||||
|
|||||||
Reference in New Issue
Block a user