summaryrefslogtreecommitdiff
path: root/graphics/sprites/equipment/legs/pants-oversized.xml
blob: 07c6b815df19ade09d3dc883054182d8dcd1821c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>

<!-- Author: The Mana World asset
Copyright (C) 2006-2021 The Mana World-->

<sprite>
    <imageset name="base"
              src="graphics/sprites/equipment/legs/pants.png|W"
              width="64"
              height="64"/>

    <action name="default" imageset="base"/>

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

</sprite>