Forgot area description rects

This commit is contained in:
2014-11-28 14:41:44 -05:00
parent d96ef5713b
commit c1c4ce4b5c
2 changed files with 12 additions and 0 deletions

View File

@@ -179,6 +179,15 @@
<xs:attributeGroup ref="point"/>
</xs:complexType>
</xs:element>
<xs:element name="description">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="rect"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="boes" type="xs:string"/>

View File

@@ -47,4 +47,7 @@
<mobility>1</mobility>
</creature>
<!-- town description rects -->
<description top="32" left="32" bottom="36" right="36">This is an area description!</description>
</town>