blob: 3e4a365b27a6a6eebd94a1b40d4079be50d931c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0"?>
<sprite>
<imageset name="base" src="graphics/sprites/resource-clover.png" width="30" height="30" />
<action name="stand" imageset="base">
<animation>
<frame index="0"/>
</animation>
</action>
<action name="dead" imageset="base">
<animation>
<frame index="1"/>
</animation>
</action>
</sprite>
|