summaryrefslogtreecommitdiff
path: root/graphics/sprites/monsters/gate.xml
blob: ad18adc8d5e616e1a8c7b4ea1d2e20b4d3bcf525 (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: Jesusalva
Copyright (C)  2020 TMW2-->

<sprite>
    <imageset name="base"
              src="graphics/sprites/monsters/gate.png"
              width="192"
              height="160"/>

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