Files
duncathan a51f54c502 fix echoes layerswitch
this is the internal area id, NOT the asset ID for the mrea
TODO: investigate whether this bug applies to prime/corruption
2023-06-17 18:26:20 -06:00

17 lines
533 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<PropertyTemplate ArchiveVer="4" Game="Echoes">
<PropertyArchetype Type="Struct">
<Name>LayerSwitch</Name>
<Atomic>true</Atomic>
<SubProperties>
<Element Type="Int" ID="0x0">
<Name>Area ID</Name>
</Element>
<Element Type="Int" ID="0x1">
<Name>Layer #</Name>
<DefaultValue>0</DefaultValue>
</Element>
</SubProperties>
</PropertyArchetype>
</PropertyTemplate>