1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 07:20:16 +00:00
oot/assets/xml/objects/object_geff.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

10 lines
458 B
XML

<Root>
<File Name="object_geff" Segment="6">
<Texture Name="gGanonRubbleInsideTex" OutName="inside" Format="rgba16" Width="32" Height="32" Offset="0x0"/>
<Texture Name="gGanonRubbleOutsideTex" OutName="outside" Format="i8" Width="32" Height="32" Offset="0x800"/>
<Array Name="gGanonRubbleVtx" Count="42" Offset="0xC00">
<Vtx/>
</Array>
<DList Name="gGanonRubbleDL" Offset="0xEA0"/>
</File>
</Root>