mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
Add Vtx[] resources in xmls for (partially) documented assets 8 (#2606)
This commit is contained in:
parent
da40e39c97
commit
37a89e340f
24 changed files with 576 additions and 2 deletions
|
@ -1,11 +1,17 @@
|
|||
<Root>
|
||||
<File Name="object_spot15_obj" Segment="6">
|
||||
<!-- Lon Lon Milk Crate -->
|
||||
<Array Name="gLonLonMilkCrateVtx" Count="24" Offset="0x0">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gLonLonMilkCrateDL" Offset="0x180"/>
|
||||
<Texture Name="gLonLonMilkCrateTex" Format="rgba16" Width="32" Height="64" Offset="0xD00"/>
|
||||
<Collision Name="gLonLonMilkCrateCol" Offset="0x348"/>
|
||||
|
||||
<!-- Lon Lon Corral Fence -->
|
||||
<Array Name="gLonLonCorralFenceVtx" Count="4" Offset="0x380">
|
||||
<Vtx/>
|
||||
</Array>
|
||||
<DList Name="gLonLonCorralFenceDL" Offset="0x3C0"/>
|
||||
<Texture Name="gLonLonCorralFenceTex" Format="i4" Width="32" Height="128" Offset="0x500"/>
|
||||
<Collision Name="gLonLonCorralFenceCol" Offset="0x4D0"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue