mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 15:01:32 -04:00
e19b139504
* Basic Tree Asset Decomp * renamed outnames --------- Co-authored-by: Yoe <you@example.com>
10 lines
468 B
XML
10 lines
468 B
XML
<Root>
|
|
<File Name="object_tree" Segment="6">
|
|
<DList Name="gTreeBodyDL" Offset="0x680" />
|
|
<DList Name="gTreeLeavesDL" Offset="0x7C8" />
|
|
<Texture Name="gTreeBodyTex" OutName="tree_body" Format="rgba16" Width="32" Height="32" Offset="0x8B8" />
|
|
<Texture Name="gTreeLeavesTex" OutName="tree_leaves" Format="rgba16" Width="32" Height="32" Offset="0x10B8" />
|
|
<Collision Name="gTreeTopCol" Offset="0x1B2C" />
|
|
</File>
|
|
</Root>
|