Updates to spells, HUD, Gold, and Camera Controls. New sound effects!
This commit is contained in:
parent
689fe7be88
commit
a33d951abd
27 changed files with 578 additions and 68 deletions
|
|
@ -48,5 +48,9 @@ namespace TD.Gameplay.Draft
|
|||
|
||||
return deck.ServerGrantTower(typeId);
|
||||
}
|
||||
|
||||
/// <summary>Inherits the granted tower's icon unless this option assigns an override.</summary>
|
||||
public override Sprite ResolveIcon()
|
||||
=> Icon != null ? Icon : (Tower != null ? Tower.Icon : null);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue