Adjust Bomb Behavior

This commit is contained in:
2025-12-16 21:19:33 +08:00
parent d10d574cff
commit 9842e7ef3f
4 changed files with 45 additions and 27 deletions

View File

@@ -12,7 +12,6 @@ namespace Services {
public int ScoreValue => this.scoreValue;
private GemType colorType;
public GemType MatchColor => this.type == GemType.Bomb ? this.colorType : this.type;
public Gem(GemType type, Vector2Int position, int scoreValue, GemType? colorType = null) {