Forgot area description rects
This commit is contained in:
@@ -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"/>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user