Adjust Bomb Behavior
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user