mirror of
https://github.com/PrimeDecomp/retro-script-object-templates.git
synced 2026-07-12 18:18:59 -07:00
18 lines
732 B
XML
18 lines
732 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<PropertyTemplate ArchiveVer="4" Game="DKCReturns">
|
|
<PropertyArchetype Type="Struct">
|
|
<Name>FOVInterpolationMethod</Name>
|
|
<SubProperties>
|
|
<Element Type="Enum" ID="0x19EA151B">
|
|
<DefaultValue>0x4C758A06</DefaultValue>
|
|
<Values>
|
|
<Element Name="kFIT_None" ID="0x2A1B6DFE"/>
|
|
<Element Name="kFIT_Absolute" ID="0x4C758A06"/>
|
|
<Element Name="kFIT_Relative" ID="0x84F1CB89"/>
|
|
</Values>
|
|
</Element>
|
|
<Element Type="Struct" ID="0x9F90014C" Archetype="InterpolationMethod"/>
|
|
</SubProperties>
|
|
</PropertyArchetype>
|
|
</PropertyTemplate>
|