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