mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
17b7f3f90e
* initial commit of object_tsubo, object_racetsubo and object_obj_chan documentation * little description in chandelier xml * desc between root and file * changed green pot to race pot * changed race pot to magic pot * space in desc Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> --------- Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
11 lines
555 B
XML
11 lines
555 B
XML
<Root>
|
|
<!-- Object for normal brown pot/jar -->
|
|
<File Name="object_tsubo" Segment="6">
|
|
<Texture Name="gPotWallTex" OutName="pot_wall" Format="rgba16" Width="32" Height="64" Offset="0x0" />
|
|
<Texture Name="gPotRimTex" OutName="pot_rim" Format="rgba16" Width="16" Height="16" Offset="0x1000" />
|
|
<Texture Name="gPotShardTex" OutName="pot_shard" Format="rgba16" Width="16" Height="16" Offset="0x1200" />
|
|
<DList Name="gPotDL" Offset="0x17C0" />
|
|
<DList Name="gPotShardDL" Offset="0x1960" />
|
|
</File>
|
|
</Root>
|