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_bubble.xml
Dragorn421 da40e39c97
Add Vtx[] resources in xmls for (partially) documented assets 7 (#2605)
* Add Vtx[] resources in xmls for (partially) documented assets 7

* bss
2025-06-07 10:51:44 -04:00

9 lines
303 B
XML

<Root>
<File Name="object_bubble" Segment="6">
<Texture Name="gBubbleTex" Format="ia8" Width="64" Height="64" Offset="0x0"/>
<DList Name="gBubbleDL" Offset="0x1000"/>
<Array Name="gBubbleVtx" Count="4" Offset="0x1080">
<Vtx/>
</Array>
</File>
</Root>