1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-09 00:00:44 +00:00

Add Vtx[] resources in xmls for (partially) documented assets 7 (#2605)

* Add Vtx[] resources in xmls for (partially) documented assets 7

* bss
This commit is contained in:
Dragorn421 2025-06-07 16:51:44 +02:00 committed by GitHub
parent 600d680970
commit da40e39c97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 607 additions and 1 deletions

View file

@ -2,5 +2,8 @@
<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>