summaryrefslogtreecommitdiff
path: root/graphics/sprites/emote.xml
blob: b7d2d4eae897ae7340eaf285df01f3e5363cf0b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Ledmitz
Copyright (C) 2021 The Mana World -->
<sprite variants="18" variant_offset="1">
    <imageset name="emotes"
              src="graphics/sprites/emote.png"
              width="30"
              height="32"/>

    <action name="default" imageset="emotes">
        <animation direction="default">
            <frame index="0"/>
        </animation>
    </action>
</sprite>