Seige tower
This commit is contained in:
parent
430e66bfbf
commit
4f57499e40
18 changed files with 898 additions and 92 deletions
|
|
@ -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
|
||||
// -------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue