1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 15:30:14 +00:00
oot/assets/xml/objects/object_triforce_spot.xml
Dragorn421 dd6e8a87e9
Add Vtx[] resources in xmls for documented assets 1 (#2549)
* Add Vtx[] resources in xmls for documented assets 1

* fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
2025-05-31 10:09:06 +02:00

16 lines
791 B
XML

<Root>
<File Name="object_triforce_spot" Segment="6">
<Array Name="gTriforceVtx" Count="86" Offset="0x0000">
<Vtx/>
</Array>
<Array Name="gTriforceLightColumnVtx" Count="10" Offset="0x560">
<Vtx/>
</Array>
<DList Name="gTriforceDL" Offset="0x0600"/>
<DList Name="gTriforceLightColumnDL" Offset="0x0840"/>
<Texture Name="gTriforceTex" OutName="triforce" Format="i8" Width="64" Height="64" Offset="0x0910"/>
<Texture Name="gTriforceColumnSide1Tex" OutName="triforce_light_column_side_1" Format="i8" Width="64" Height="32" Offset="0x1910"/>
<Texture Name="gTriforceColumnSide2Tex" OutName="triforce_light_column_side_2" Format="i8" Width="64" Height="32" Offset="0x2110"/>
</File>
</Root>