mirror of
https://github.com/zeldaret/oot
synced 2026-06-06 11:47:19 -04:00
dd6e8a87e9
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
10 lines
368 B
XML
10 lines
368 B
XML
<Root>
|
|
<File Name="object_efc_lgt_shower" Segment="6">
|
|
<Texture Name="gEnliveningLightTex" OutName="enlivening_light" Format="i8" Width="64" Height="64" Offset="0x0000"/>
|
|
<Array Name="gEnliveningLightVtx" Count="29" Offset="0x1000">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gEnliveningLightDL" Offset="0x11D0"/>
|
|
</File>
|
|
</Root>
|