Remove the Edit Saved Item Rectangles menu item in favour of a toolbar button.
The limit of 3 saved item rectangles has been removed - you can now add as many as you want. However, the 1 per town limit is now strictly enforced. The saved item rectangle is now shown with a cyan border when editing town.
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
<xs:attributeGroup ref="point"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="store-items" minOccurs="0" maxOccurs="3">
|
||||
<xs:element name="store-items" minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:complexType>
|
||||
<xs:attributeGroup ref="rect"/>
|
||||
<xs:attribute name="town" type="xs:integer" use="required"/>
|
||||
|
Reference in New Issue
Block a user