blob: af238f3fd723e1ea261adb853cd5870b3baa1ca9 (
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: Reid
Copyright (C) 2012-2013 Evol Online -->
<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>
|