diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-04 00:39:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-04 00:39:43 +0300 |
commit | 825ea990ed025c5e0d954b692db8df5124945806 (patch) | |
tree | 61b643f67c1b25019f4077c7c4a4fa3717e6504e /horses.xml | |
parent | 46f8c9306cedc6dca7d190e8b78cea2c0696ad98 (diff) | |
download | clientdata-825ea990ed025c5e0d954b692db8df5124945806.tar.gz clientdata-825ea990ed025c5e0d954b692db8df5124945806.tar.bz2 clientdata-825ea990ed025c5e0d954b692db8df5124945806.tar.xz clientdata-825ea990ed025c5e0d954b692db8df5124945806.zip |
Add demo horse based on croc sprites.
Diffstat (limited to 'horses.xml')
-rw-r--r-- | horses.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/horses.xml b/horses.xml new file mode 100644 index 00000000..3d95e354 --- /dev/null +++ b/horses.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Authors: 4144 +Copyright (C) 2015 Evol Online --> +<horses> + <horse id="1" offsetX="0" offsetY="5"> + <sprite>monsters/croc.xml</sprite> + </horse> +</horses> |