blob: 16f53697689a128453bfca6035e556b06ca0f001 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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>
|