Proof of concept: Read baked transition data from a map file as a new type of "feature"

This commit is contained in:
2025-05-31 14:52:55 -04:00
parent db4e163fe7
commit e03bfe4a69
11 changed files with 83 additions and 38 deletions

View File

@@ -134,6 +134,7 @@
<xs:element name="arena" type="xs:integer"/>
<xs:element name="ground" minOccurs="0" type="xs:integer"/>
<xs:element name="trim-for" minOccurs="0" type="xs:integer"/>
<xs:element name="tile-with" minOccurs="0" type="xs:integer"/>
<xs:element name="editor" type="editorData" minOccurs="0"/>
</xs:all>
<xs:attribute name="id" type="xs:integer" use="required"/>