summaryrefslogtreecommitdiff
path: root/graphics/sprites/npcs/xml/gluten.xml
blob: 2ffbeffc293b80dae9144ea4a4adfd41dd1d7988 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!-- Author: Saulc
Copyright (C)  2019 TMW2-->

<sprite>
    <imageset name="base"
              src="graphics/sprites/npcs/simple/gluten.png"
              width="64"
              height="64"/>

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