mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 14:07:56 +00:00
Added ability to double click a resource in the resource browser to open it for editing
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="4">
|
||||
<name>DoorArea</name>
|
||||
<name>Door</name>
|
||||
<properties>
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
@@ -8,9 +8,9 @@
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x06" name="Unused" type="bool"/>
|
||||
<property ID="0x07" name="ELSC" type="file" extensions="ELSC"/>
|
||||
<property ID="0x08" name="Unknown 2" type="string"/>
|
||||
<property ID="0x08" name="Target Locator" type="string"/>
|
||||
</properties>
|
||||
<states/>
|
||||
<messages/>
|
||||
|
||||
Reference in New Issue
Block a user