mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
* Add Vtx[] resources in xmls for documented assets 1 * fix duplicate gTriforceVtx (the existing gTriforceVtx resource was too short)
10 lines
381 B
XML
10 lines
381 B
XML
<Root>
|
|
<File Name="object_ingate" Segment="6">
|
|
<Texture Name="gIngoGateTex" OutName="gate" Format="ia8" Width="64" Height="64" Offset="0x0"/>
|
|
<Array Name="gIngoGateVtx" Count="4" Offset="0x1000">
|
|
<Vtx/>
|
|
</Array>
|
|
<DList Name="gIngoGateDL" Offset="0x1040"/>
|
|
<Collision Name="gIngoGateCol" Offset="0x11B8"/>
|
|
</File>
|
|
</Root>
|