Seige tower

This commit is contained in:
Ben Calegari 2026-06-23 22:57:15 -07:00
parent 430e66bfbf
commit 4f57499e40
18 changed files with 898 additions and 92 deletions

View file

@ -68,6 +68,11 @@ namespace TD.Towers
"replace with a real mesh when art is available.")]
public GameObject TowerPrefab;
[Tooltip("Icon shown on this tower's tile in the HUD build menu. Auto-generated from " +
"the TowerPrefab by the 'TD/Generate Tower Icons' menu item, or assign a " +
"Sprite manually. Null falls back to the grey placeholder icon.")]
public Sprite Icon;
// -------------------------------------------------------------------
// Combat
// -------------------------------------------------------------------