mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
5c147e5e03
* copy over the xml * Rename anims * A bunch of renames * minor extract_assets fixes * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "820678b4e" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "820678b4e" git-subrepo: version: "0.4.3" origin: "???" commit: "???" * Change rgb5a1 to rgba16 * eye and eyebrows * some dlists * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "6be9af65d" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "6be9af65d" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
22 lines
1.1 KiB
XML
22 lines
1.1 KiB
XML
<Root>
|
|
<File Name="object_horse_ganon" Segment="6">
|
|
<Skeleton Name="gHorseGanonSkel" Type="Normal" LimbType="Skin" Offset="0x8668"/>
|
|
|
|
<!-- Idle. Horse moving leg. -->
|
|
<Animation Name="gHorseGanonIdleAnim" Offset="0x4AA4"/>
|
|
<!-- Idle2. Moving head. -->
|
|
<Animation Name="gHorseGanonWhinnyAnim" Offset="0x5264"/>
|
|
<!-- Walking slow. -->
|
|
<Animation Name="gHorseGanonWalkingAnim" Offset="0x5B78"/>
|
|
<!-- Walking fast. -->
|
|
<Animation Name="gHorseGanonTrottingAnim" Offset="0x2CE4"/>
|
|
<!-- Running. -->
|
|
<Animation Name="gHorseGanonGallopingAnim" Offset="0x2650"/>
|
|
<!-- Stand in two legs for a moment. -->
|
|
<Animation Name="gHorseGanonRearingAnim" Offset="0x3858"/>
|
|
|
|
<Texture Name="gHorseGanonEyeTex" OutName="horse_ganon_eye" Format="rgba16" Width="16" Height="16" Offset="0xAC10" />
|
|
<Texture Name="gHorseGanonHeadHairTex" OutName="horse_ganon_head_hair" Format="rgba16" Width="16" Height="16" Offset="0xAE10" />
|
|
<Texture Name="gHorseGanonLegTex" OutName="horse_ganon_leg" Format="rgba16" Width="16" Height="16" Offset="0xA370" />
|
|
</File>
|
|
</Root>
|