You've already forked retro-script-object-templates
mirror of
https://github.com/PrimeDecomp/retro-script-object-templates.git
synced 2026-03-31 14:23:32 -07:00
a51f54c502
this is the internal area id, NOT the asset ID for the mrea TODO: investigate whether this bug applies to prime/corruption
17 lines
533 B
XML
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>
|