blob: 981f5cb90a570be344827befe9d9cdfea10a4779 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Authors: 4144
Copyright (C) 2015 Evol Online -->
<horses>
<horse id="1" offsetX="0" offsetY="5">
<up>
</up>
<down>
<sprite>monsters/croc.xml</sprite>
</down>
</horse>
<horse id="2" offsetX="0" offsetY="5">
<down>
<sprite>monsters/tortuga.xml</sprite>
</down>
</horse>
</horses>
|