summaryrefslogtreecommitdiff
path: root/graphics/sprites/equipment/hands
diff options
context:
space:
mode:
authorMicksha <ms-shaman@gmx.de>2018-11-06 13:22:51 +0000
committerMicksha <ms-shaman@gmx.de>2018-11-06 13:22:51 +0000
commit9f6831753c18a3f8d18b7a95642423a7730d3a08 (patch)
tree7cde3c30f2702e0cd5681453d0ed2a8d972ac008 /graphics/sprites/equipment/hands
parentd7c8544ba772c5dd80f8b07c3ec2cb37f9f6de61 (diff)
parent72cea5ace2bfbd54fef2ac82babec759f6e62abd (diff)
downloadclientdata-9f6831753c18a3f8d18b7a95642423a7730d3a08.tar.gz
clientdata-9f6831753c18a3f8d18b7a95642423a7730d3a08.tar.bz2
clientdata-9f6831753c18a3f8d18b7a95642423a7730d3a08.tar.xz
clientdata-9f6831753c18a3f8d18b7a95642423a7730d3a08.zip
Merge branch 'Gumicommit' into 'master'
Gumicommit See merge request evol/clientdata!60
Diffstat (limited to 'graphics/sprites/equipment/hands')
-rw-r--r--graphics/sprites/equipment/hands/cottongloves-female.pngbin0 -> 9987 bytes
-rw-r--r--graphics/sprites/equipment/hands/cottongloves-female.xml11
-rw-r--r--graphics/sprites/equipment/hands/cottongloves-male.pngbin0 -> 9987 bytes
-rw-r--r--graphics/sprites/equipment/hands/cottongloves-male.xml11
4 files changed, 22 insertions, 0 deletions
diff --git a/graphics/sprites/equipment/hands/cottongloves-female.png b/graphics/sprites/equipment/hands/cottongloves-female.png
new file mode 100644
index 00000000..50c3d4f6
--- /dev/null
+++ b/graphics/sprites/equipment/hands/cottongloves-female.png
Binary files differ
diff --git a/graphics/sprites/equipment/hands/cottongloves-female.xml b/graphics/sprites/equipment/hands/cottongloves-female.xml
new file mode 100644
index 00000000..41ecacc5
--- /dev/null
+++ b/graphics/sprites/equipment/hands/cottongloves-female.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc
+Copyright (C) 2018 TMW2 -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/hands/cottongloves-female.png|W"
+ width="64"
+ height="64"/>
+
+ <include file="races/human-male.xml"/>
+</sprite>
diff --git a/graphics/sprites/equipment/hands/cottongloves-male.png b/graphics/sprites/equipment/hands/cottongloves-male.png
new file mode 100644
index 00000000..a1556682
--- /dev/null
+++ b/graphics/sprites/equipment/hands/cottongloves-male.png
Binary files differ
diff --git a/graphics/sprites/equipment/hands/cottongloves-male.xml b/graphics/sprites/equipment/hands/cottongloves-male.xml
new file mode 100644
index 00000000..f05caced
--- /dev/null
+++ b/graphics/sprites/equipment/hands/cottongloves-male.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc
+Copyright (C) 2018 TMW2 -->
+<sprite>
+ <imageset name="base"
+ src="graphics/sprites/equipment/hands/cottongloves-male.png|W"
+ width="64"
+ height="64"/>
+
+ <include file="races/human-male.xml"/>
+</sprite> \ No newline at end of file