657125b469
Button events are now sent when you click.
10 lines
314 B
XML
10 lines
314 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="Button">
|
|
<xs:annotation>
|
|
<xs:documentation>Makes sprites klickable.</xs:documentation>
|
|
</xs:annotation>
|
|
</xs:element>
|
|
</xs:schema> |