mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Add Vtx[] resources in xmls for (partially) documented assets 6 (#2588)
This commit is contained in:
parent
a750282d2d
commit
3435ebe216
18 changed files with 700 additions and 3 deletions
|
@ -1,11 +1,17 @@
|
|||
<Root>
|
||||
<File Name="object_spot00_break" Segment="6">
|
||||
<Array Name="gBrokenDrawbridgeVtx" Count="68" Offset="0x0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gBrokenDrawbridgeDL" Offset="0x440"/>
|
||||
<Texture Name="gBrokenDrawbridgeBoltTex" OutName="broken_drawbridge_bolt" Format="rgba16" Width="32" Height="32" Offset="0xB20"/>
|
||||
<Texture Name="gBrokenDrawbridgeDirtTex" OutName="broken_drawbridge_dirt" Format="rgba16" Width="16" Height="16" Offset="0x1320"/>
|
||||
<Texture Name="gBrokenDrawbridgeChainTex" OutName="broken_drawbridge_chain" Format="rgba16" Width="8" Height="16" Offset="0x1520"/>
|
||||
<Collision Name="gBrokenDrawbridgeCol" Offset="0x908"/>
|
||||
|
||||
<Array Name="gBarbedWireFenceVtx" Count="4" Offset="0x940">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gBarbedWireFenceDL" Offset="0x980"/>
|
||||
<Texture Name="gBarbedWireFenceTex" OutName="barbed_wire_fence" Format="rgba16" Width="32" Height="32" Offset="0x1620"/>
|
||||
<Collision Name="gBarbedWireFenceCol" Offset="0xAF0"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue