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_light_ring.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

9 lines
385 B
XML

<Root>
<File Name="object_light_ring" Segment="6">
<Array Name="gGoldenGoddessLightRingVtx" Count="25" Offset="0x0">
<Vtx/>
</Array>
<DList Name="gGoldenGoddessLightRingDL" Offset="0x0190"/>
<Texture Name="gGoldenGoddessLightRingTex" OutName="goddess_light_ring" Format="i8" Width="32" Height="128" Offset="0x0278"/>
</File>
</Root>