blob: ae9a71954f4e7e344de0abc851d48831949dd6e0 (
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: 4144
Copyright (C) 2017 Evol Online -->
<sprite>
<imageset name="icon"
src="graphics/guiicons/flags/nl_BE.png"
width="16"
height="11"
offsetY="0"/>
<action name="default" imageset="icon">
<animation direction="default">
<frame index="0"/>
</animation>
</action>
</sprite>
|