summaryrefslogtreecommitdiff
path: root/assets/xml/objects/object_tk.xml
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2021-12-01 21:28:23 +0100
committerGitHub <noreply@github.com>2021-12-01 15:28:23 -0500
commit4a3809d4d25845e15fa65feba239f1ec471ac8d8 (patch)
tree0bd9348843ad1eddcc55f984448c6b9157de726d /assets/xml/objects/object_tk.xml
parent1cf11907fa8d636babba2df854850035f04bd4fc (diff)
Cleanup asset xmls (#1044)
* Consistent order for attributes of `Texture` nodes in asset xmls * Consistent order for attributes of `Blob` nodes in asset xmls * Use `LimbType` instead of `Type` in `Limb` nodes in asset xmls * Remove space before closing `/>` in asset xmls tags
Diffstat (limited to 'assets/xml/objects/object_tk.xml')
-rw-r--r--assets/xml/objects/object_tk.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/xml/objects/object_tk.xml b/assets/xml/objects/object_tk.xml
index 781cb3138..6869280e6 100644
--- a/assets/xml/objects/object_tk.xml
+++ b/assets/xml/objects/object_tk.xml
@@ -4,9 +4,9 @@
<Animation Name="gDampeWalkAnim" Offset="0x1FA8"/>
<Animation Name="gDampeRestAnim" Offset="0x2F84"/>
<Animation Name="gDampeFloatAnim" Offset="0x3768"/>
- <Texture Name="gDampeEyeOpenTex" Offset="0x3B40" OutName="dampe_eye_open" Format="rgba16" Width="32" Height="32"/>
- <Texture Name="gDampeEyeHalfTex" Offset="0x4340" OutName="dampe_eye_half_open" Format="rgba16" Width="32" Height="32"/>
- <Texture Name="gDampeEyeClosedTex" Offset="0x4B40" OutName="dampe_eye_closed" Format="rgba16" Width="32" Height="32"/>
+ <Texture Name="gDampeEyeOpenTex" OutName="dampe_eye_open" Format="rgba16" Width="32" Height="32" Offset="0x3B40"/>
+ <Texture Name="gDampeEyeHalfTex" OutName="dampe_eye_half_open" Format="rgba16" Width="32" Height="32" Offset="0x4340"/>
+ <Texture Name="gDampeEyeClosedTex" OutName="dampe_eye_closed" Format="rgba16" Width="32" Height="32" Offset="0x4B40"/>
<Texture Name="gDampeUnkTex" OutName="dampe_unk" Format="ci8" Width="16" Height="16" Offset="0x5540"/>
<DList Name="gDampeShovelDL" Offset="0xACE0"/>
<DList Name="gDampeLanternDL" Offset="0xB838"/>