Components for menu/buttons

This commit is contained in:
Tleety
2016-02-16 14:05:57 +01:00
parent 969e7cb0d5
commit 4214bf10a1
8 changed files with 48 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?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="Button">
<xs:annotation>
<xs:documentation>Makes sprites klickable.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:schema>