AbilityCooldownHUD should now correctly track cooldown for dash ability.

This commit is contained in:
Tleety
2016-03-02 14:46:37 +01:00
parent 502a290d36
commit cdbc348cfa
3 changed files with 44 additions and 5 deletions
@@ -3,7 +3,7 @@
<xs:import schemaLocation="../Types.xsd" namespace="types"/>
<xs:element name="AbilityCooldownHUD">
<xs:annotation>
<xs:documentation>HUD element for tracking ability cooldown</xs:documentation>
<xs:documentation>HUD element for tracking ability cooldown. If it has a sprite and fill component it will fill the sprite with chosen color depending on the cooldown.\n A child with text component named "Cooldown"</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>