PrimeWorldEditor/templates/mp1/Script/Relay.xml

20 lines
625 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2016-01-02 17:24:40 +00:00
<ScriptTemplate version="4">
<name>Relay</name>
2016-01-02 17:24:40 +00:00
<properties>
<property ID="0x00" name="Name" type="string"/>
<property ID="0x01" name="Active" type="bool"/>
</properties>
<editor>
<properties>
<property name="InstanceName" ID="0x00"/>
<property name="Active" ID="0x01"/>
</properties>
<assets>
<billboard source="file">script/common/Relay.txtr</billboard>
</assets>
<rotation_type>enabled</rotation_type>
<scale_type>enabled</scale_type>
</editor>
</ScriptTemplate>