blob: ae1d6153177c206965972ae267631de0dcdc9b18 (
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"?>
<!-- Author: Micksha
Copyright (C) 2020 Evol Online -->
<sprite>
<imageset name="icon"
src="graphics/sprites/icons/drunk.png"
width="16"
height="16"
offsetY="-12"/>
<action name="default" imageset="icon">
<animation direction="default">
<frame index="0"/>
</animation>
</action>
</sprite>
|