diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-13 23:38:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-13 23:38:13 -0300 |
commit | 77ce65bbbccb9aee5504d4ae2cb25f19936b52da (patch) | |
tree | b24a65fdd81a4f9f8141d1ff5ee3089ba2747746 | |
parent | cd2ceb86b22d71e04befabbbcbe11e4713107a02 (diff) | |
download | clientdata-77ce65bbbccb9aee5504d4ae2cb25f19936b52da.tar.gz clientdata-77ce65bbbccb9aee5504d4ae2cb25f19936b52da.tar.bz2 clientdata-77ce65bbbccb9aee5504d4ae2cb25f19936b52da.tar.xz clientdata-77ce65bbbccb9aee5504d4ae2cb25f19936b52da.zip |
Fix typo
-rw-r--r-- | graphics/sprites/npcs/xml/rowboat.xml (renamed from graphics/sprites/npcs/xml/rowboat-cutscene.xml) | 12 | ||||
-rw-r--r-- | horses.xml | 2 |
2 files changed, 3 insertions, 11 deletions
diff --git a/graphics/sprites/npcs/xml/rowboat-cutscene.xml b/graphics/sprites/npcs/xml/rowboat.xml index 195647d2b..bb15a43f6 100644 --- a/graphics/sprites/npcs/xml/rowboat-cutscene.xml +++ b/graphics/sprites/npcs/xml/rowboat.xml @@ -18,10 +18,10 @@ Copyright (C) 2018 Evol Online --> <frame index="13"/> </animation> <animation direction="up"> - <frame index="6"/> + <frame index="20"/> </animation> <animation direction="down"> - <frame index="6"/> + <frame index="27"/> </animation> </action> <!-- Rowing --> @@ -38,21 +38,13 @@ Copyright (C) 2018 Evol Online --> </animation> <!-- Up --> <animation direction="up"> - <!-- <sequence start="14" end="16" delay="175"/> <sequence start="17" end="19" delay="150"/> - --> - <sequence start="0" end="2" delay="175"/> - <sequence start="3" end="5" delay="150"/> </animation> <!-- Down --> <animation direction="down"> - <!-- <sequence start="21" end="23" delay="175"/> <sequence start="24" end="26" delay="150"/> - --> - <sequence start="0" end="2" delay="175"/> - <sequence start="3" end="5" delay="150"/> </animation> </action> <action name="dead" imageset="npc"> diff --git a/horses.xml b/horses.xml index ede05917e..36baae98e 100644 --- a/horses.xml +++ b/horses.xml @@ -33,7 +33,7 @@ Copyright (C) 2019 Moubootaur Legends --> <offset direction="down" horseOffsetY="106" /> <offset direction="downleft" horseOffsetY="106" /> <offset direction="downright" horseOffsetY="106" /> - <sprite>npcs/xml/rowboat-cutscene.xml</sprite> + <sprite>npcs/xml/rowboat.xml</sprite> </down> </horse> </horses> |