diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-07-10 01:29:13 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-07-10 01:30:09 +0200 |
commit | 8a8903a63a249be2983c8621fcab53d34b79a26b (patch) | |
tree | 41c1d29e6613bdd5fc3e0f94ace5f131aac52388 | |
parent | 642357d72720e727601364b0e0bf6ea7d03d4b07 (diff) | |
download | clientdata-8a8903a63a249be2983c8621fcab53d34b79a26b.tar.gz clientdata-8a8903a63a249be2983c8621fcab53d34b79a26b.tar.bz2 clientdata-8a8903a63a249be2983c8621fcab53d34b79a26b.tar.xz clientdata-8a8903a63a249be2983c8621fcab53d34b79a26b.zip |
horses.xml follows now the form of most other xml files.s20160719
Will be reworked anyway when horses will be added to the game.
-rw-r--r-- | horses.xml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -3,14 +3,18 @@ Copyright (C) 2015 Evol Online --> <horses> - <horse id="1" offsetX="0" offsetY="5"> + <horse id="1" + offsetX="0" + offsetY="5"> <up> </up> <down> <sprite>monsters/croc.xml</sprite> </down> </horse> - <horse id="2" offsetX="0" offsetY="5"> + <horse id="2" + offsetX="0" + offsetY="5"> <down> <sprite>monsters/tortuga.xml</sprite> </down> |