blob: 2a8608d79bd2b7ad9bec1dc1a49555f4bb8707b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<Root>
<ExternalFile OutPath="assets/objects/gameplay_keep"/>
<File Name="object_gi_truth_mask" Segment="6">
<Texture Name="gGiMaskOfTruthAccent1Tex" Format="i8" Width="32" Height="32" Offset="0x0"/>
<Texture Name="gGiMaskOfTruthAccent2Tex" Format="i8" Width="32" Height="32" Offset="0x400"/>
<Array Name="gGiMaskOfTruthVtx" Count="158" Offset="0x800">
<Vtx/>
</Array>
<Array Name="gGiMaskOfTruthAccentsVtx" Count="31" Offset="0x11E0">
<Vtx/>
</Array>
<DList Name="gGiMaskOfTruthDL" Offset="0x13D0"/>
<DList Name="gGiMaskOfTruthAccentsDL" Offset="0x16B0"/>
</File>
</Root>
|