diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-22 17:44:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-22 17:44:33 -0300 |
commit | 339577ce735516e8208af716a8145122ddf8ebc9 (patch) | |
tree | e1979c1a4b7cd311d35a852e321353e098a1c950 /horses.xml | |
parent | b20bbba2daaa99a1ffecf46916bf6f42e2a7a230 (diff) | |
download | clientdata-339577ce735516e8208af716a8145122ddf8ebc9.tar.gz clientdata-339577ce735516e8208af716a8145122ddf8ebc9.tar.bz2 clientdata-339577ce735516e8208af716a8145122ddf8ebc9.tar.xz clientdata-339577ce735516e8208af716a8145122ddf8ebc9.zip |
Implement Mouboo mount for @Micksha - one word - it looks WEIRD.
Diffstat (limited to 'horses.xml')
-rw-r--r-- | horses.xml | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,15 +1,18 @@ <?xml version="1.0" encoding="utf-8"?> <!-- Author: 4144 -Copyright (C) 2015 Evol Online --> +Copyright (C) 2015 Evol Online +Copyright (C) 2019 Moubootaur Legends --> <horses> <horse id="1"> <up> </up> <down> - <offset direction="left" horseOffsetX="-5" /> - <offset direction="right" horseOffsetX="5" /> - <sprite>monsters/croc.xml</sprite> + <offset direction="left" horseOffsetX="-3" horseOffsetY="20" /> + <offset direction="right" horseOffsetX="3" horseOffsetY="20" /> + <offset direction="down" horseOffsetY="20" /> <!-- TODO: LOOKS WEIRD --> + <offset direction="up" horseOffsetY="12" /> + <sprite>monsters/mouboo.xml</sprite> </down> </horse> <horse id="2"> |