Template updates

This commit is contained in:
parax0
2016-03-13 22:34:02 -06:00
parent f02f7ada0f
commit 63812ae4b2
8 changed files with 40 additions and 30 deletions

View File

@@ -53,8 +53,8 @@
</properties>
</struct>
<enum ID="0x09" name="Inventory Slot" template="Enums/InventorySlot.xml"/>
<property ID="0x0A" name="Unknown 5" type="bool"/>
<property ID="0x0B" name="Unknown 6" type="float"/>
<property ID="0x0A" name="Active" type="bool"/>
<property ID="0x0B" name="Unknown 5" type="float"/>
<property ID="0x0C" name="Used by SpinnerController 1" type="long"/>
<property ID="0x0D" name="Used by SpinnerController 2" type="long"/>
<property ID="0x0E" name="Used by SpinnerController 3" type="long"/>
@@ -66,6 +66,7 @@
<property name="InstanceName" ID="0x00"/>
<property name="Position" ID="0x01"/>
<property name="Rotation" ID="0x02"/>
<property name="Active" ID="0x0A"/>
</properties>
<assets>
<billboard source="file">script/common/SpecialFunction.txtr</billboard>

View File

@@ -5,7 +5,7 @@
<property ID="0x00" name="Name" type="string"/>
<property ID="0x01" name="Active" type="bool"/>
<property ID="0x02" name="Faded Light Level" type="float"/>
<property ID="0x03" name="Initial Light Level" type="float"/>
<property ID="0x03" name="Fade Speed" type="float"/>
</properties>
<states/>
<messages/>