diff options
Diffstat (limited to 'graphics/sprites')
-rw-r--r-- | graphics/sprites/equipment/legs/pants-male-oversized.xml | 10 | ||||
-rw-r--r-- | graphics/sprites/hairstyles/hairstyle02-male-oversized.xml | 9 |
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/legs/pants-male-oversized.xml b/graphics/sprites/equipment/legs/pants-male-oversized.xml new file mode 100644 index 00000000..afa541c6 --- /dev/null +++ b/graphics/sprites/equipment/legs/pants-male-oversized.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite variants="135" variant_offset="1"> + <imageset name="base" src="graphics/sprites/equipment/legs/pants-male.png|W" width="64" height="64"/> + <action name="default" imageset="base"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0"/> + </animation> + </action> +</sprite> diff --git a/graphics/sprites/hairstyles/hairstyle02-male-oversized.xml b/graphics/sprites/hairstyles/hairstyle02-male-oversized.xml new file mode 100644 index 00000000..316ebc31 --- /dev/null +++ b/graphics/sprites/hairstyles/hairstyle02-male-oversized.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/hairstyles/hairstyle02.png|W" width="40" height="40"/> + <action name="stand" imageset="base"> + <animation direction="down"> + <frame index="0" offsetX="0" offsetY="-32"/> + </animation> + </action> +</sprite> |