Started adding preview for building buildings

This commit is contained in:
2026-03-31 13:14:06 +01:00
parent ec6cbca02e
commit 40cb81e740
3 changed files with 167 additions and 27 deletions

View File

@@ -7,5 +7,7 @@ namespace Fruitomation.Game
[Header("Building Properties")]
[SerializeField] private Texture2D BuildingTexture;
[field: SerializeField] public Vector2Int SizeOnGrid { get; private set; }
public Texture2D Texture => BuildingTexture;
}
}