summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/koga.xml
blob: cb74e8bfd5e0f4f900ab18dc86564851f4885df4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Micksha
Copyright (C) 2018 Evol Online -->

<sprite>
    <imageset name="npc"
              src="graphics/sprites/npcs/sprite/koga.png"
              width="634"
              height="477"/>

    <action name="stand" imageset="npc">
        <animation direction="default">
            <frame index="0"/>
        </animation>
    </action>
=======
<?xml version="1.0"?>
<sprite variants="1" variant_offset="1">
  <imageset name="base" src="graphics/sprites/npcs/koga.png" width="634" height="477"/>
  <action name="stand" imageset="base">
    <animation direction="default">
      <frame index="0"/>
    </animation>
  </action>

</sprite>