summaryrefslogtreecommitdiff
path: root/graphics/sprites/icons
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/sprites/icons')
-rw-r--r--graphics/sprites/icons/weapon-fire.pngbin0 -> 320 bytes
-rw-r--r--graphics/sprites/icons/weapon-fire.xml17
-rw-r--r--graphics/sprites/icons/weapon-nature.pngbin0 -> 339 bytes
-rw-r--r--graphics/sprites/icons/weapon-nature.xml17
-rw-r--r--graphics/sprites/icons/weapon-water.pngbin0 -> 331 bytes
-rw-r--r--graphics/sprites/icons/weapon-water.xml17
6 files changed, 51 insertions, 0 deletions
diff --git a/graphics/sprites/icons/weapon-fire.png b/graphics/sprites/icons/weapon-fire.png
new file mode 100644
index 00000000..50de2119
--- /dev/null
+++ b/graphics/sprites/icons/weapon-fire.png
Binary files differ
diff --git a/graphics/sprites/icons/weapon-fire.xml b/graphics/sprites/icons/weapon-fire.xml
new file mode 100644
index 00000000..2ef30eae
--- /dev/null
+++ b/graphics/sprites/icons/weapon-fire.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2013 Evol Online -->
+
+<sprite>
+ <imageset name="icon"
+ src="graphics/sprites/icons/weapon-fire.png"
+ width="14"
+ height="14"
+ offsetY="-14"/>
+
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/weapon-nature.png b/graphics/sprites/icons/weapon-nature.png
new file mode 100644
index 00000000..1ea1c455
--- /dev/null
+++ b/graphics/sprites/icons/weapon-nature.png
Binary files differ
diff --git a/graphics/sprites/icons/weapon-nature.xml b/graphics/sprites/icons/weapon-nature.xml
new file mode 100644
index 00000000..a867631b
--- /dev/null
+++ b/graphics/sprites/icons/weapon-nature.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2013 Evol Online -->
+
+<sprite>
+ <imageset name="icon"
+ src="graphics/sprites/icons/weapon-nature.png"
+ width="14"
+ height="14"
+ offsetY="-14"/>
+
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/icons/weapon-water.png b/graphics/sprites/icons/weapon-water.png
new file mode 100644
index 00000000..21ca7aac
--- /dev/null
+++ b/graphics/sprites/icons/weapon-water.png
Binary files differ
diff --git a/graphics/sprites/icons/weapon-water.xml b/graphics/sprites/icons/weapon-water.xml
new file mode 100644
index 00000000..70337408
--- /dev/null
+++ b/graphics/sprites/icons/weapon-water.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Reid
+Copyright (C) 2013 Evol Online -->
+
+<sprite>
+ <imageset name="icon"
+ src="graphics/sprites/icons/weapon-water.png"
+ width="14"
+ height="14"
+ offsetY="-14"/>
+
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>