diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/items/armor-feet-boots.png | bin | 553 -> 313 bytes | |||
-rw-r--r-- | graphics/sprites/feet-boots-female.png | bin | 20106 -> 12371 bytes | |||
-rw-r--r-- | graphics/sprites/feet-boots-female.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/feet-boots-male.png | bin | 19988 -> 12354 bytes | |||
-rw-r--r-- | graphics/sprites/feet-boots-male.xml | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/graphics/items/armor-feet-boots.png b/graphics/items/armor-feet-boots.png Binary files differindex 581ff875..852d69c3 100644 --- a/graphics/items/armor-feet-boots.png +++ b/graphics/items/armor-feet-boots.png diff --git a/graphics/sprites/feet-boots-female.png b/graphics/sprites/feet-boots-female.png Binary files differindex 37fe4155..b6d4e4b1 100644 --- a/graphics/sprites/feet-boots-female.png +++ b/graphics/sprites/feet-boots-female.png diff --git a/graphics/sprites/feet-boots-female.xml b/graphics/sprites/feet-boots-female.xml index 0d5271dc..c44a64a9 100644 --- a/graphics/sprites/feet-boots-female.xml +++ b/graphics/sprites/feet-boots-female.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/feet-boots-female.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/feet-boots-female.png|W" width="64" height="64" />
<include file="feet-boots-male.xml"/>
diff --git a/graphics/sprites/feet-boots-male.png b/graphics/sprites/feet-boots-male.png Binary files differindex 602de604..2d45d5a8 100644 --- a/graphics/sprites/feet-boots-male.png +++ b/graphics/sprites/feet-boots-male.png diff --git a/graphics/sprites/feet-boots-male.xml b/graphics/sprites/feet-boots-male.xml index ab7d1b63..ce801fe1 100644 --- a/graphics/sprites/feet-boots-male.xml +++ b/graphics/sprites/feet-boots-male.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?>
<sprite name="player" action="stand">
- <imageset name="base" src="graphics/sprites/feet-boots-male.png" width="64" height="64" />
+ <imageset name="base" src="graphics/sprites/feet-boots-male.png|W" width="64" height="64" />
<action name="stand" imageset="base">
<animation direction="down">
|