9 lines
497 B
XML
9 lines
497 B
XML
<?xml version="1.0"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:t="types">
|
|
<xs:import schemaLocation="../Types.xsd" namespace="types"/>
|
|
<xs:element name="AbilityCooldownHUD">
|
|
<xs:annotation>
|
|
<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> |