mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-11 22:44:19 +00:00
Added ability to test Int properties as Choices. Added functionality to fix the property name map keeping track of unused type/ID pairs. Fixed various UI bugs.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<Element Type="Struct" ID="0xD756416E" Archetype="DamageInfo">
|
||||
<SubProperties>
|
||||
<Element Type="Choice" ID="0x119FBD31">
|
||||
<DefaultValue>9</DefaultValue>
|
||||
<DefaultValue>0x9</DefaultValue>
|
||||
</Element>
|
||||
<Element Type="Float" ID="0xF2D02613">
|
||||
<DefaultValue>5.0</DefaultValue>
|
||||
@@ -56,7 +56,7 @@
|
||||
<Element Type="Struct" ID="0x5285DB00" Archetype="DamageInfo">
|
||||
<SubProperties>
|
||||
<Element Type="Choice" ID="0x119FBD31">
|
||||
<DefaultValue>9</DefaultValue>
|
||||
<DefaultValue>0x9</DefaultValue>
|
||||
</Element>
|
||||
</SubProperties>
|
||||
</Element>
|
||||
|
||||
Reference in New Issue
Block a user