mirror of https://github.com/zeldaret/mm.git
16 lines
561 B
XML
16 lines
561 B
XML
<Root>
|
|
<!-- Dependencies -->
|
|
<ExternalFile XmlPath="objects/gameplay_keep.xml" OutPath="assets/objects/gameplay_keep/"/>
|
|
|
|
<!-- Get Item Draw: Bunny Hood -->
|
|
<File Name="object_gi_rabit_mask" Segment="6">
|
|
|
|
<!-- Bunny Hood Textures -->
|
|
<Texture Name="gGiBunnyHoodEyeTex" OutName="gi_bunny_hood_eye" Format="ia8" Width="16" Height="16" Offset="0x0" />
|
|
|
|
<!-- Bunny Hood Display Lists -->
|
|
<DList Name="gGiBunnyHoodDL" Offset="0xBC0" />
|
|
<DList Name="gGiBunnyHoodEyesDL" Offset="0xE58" />
|
|
</File>
|
|
</Root>
|