[Fix] Config & auto-property

This commit is contained in:
2026-06-06 22:41:45 +07:00
parent fdb22e9213
commit b4207ce3d3
6 changed files with 487 additions and 80 deletions
@@ -90,8 +90,7 @@ namespace Minesweeper.Presentation.Views
if (backgroundImage != null)
{
backgroundImage.pixelsPerUnitMultiplier = pixelsPerUnitMultiplier;
backgroundImage.sprite = cell.IsOpened ? config.OpenedCellSprite : config.ClosedCellSprite;
backgroundImage.color = Color.white;
backgroundImage.color = cell.IsOpened ? config.OpenedCellColor : config.ClosedCellColor;
}
if (contentImage != null)