summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-19 20:16:58 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-19 20:16:58 -0300
commitff48634649daca5cd7bbcc6cf9a2f029baae9329 (patch)
treecc4d49500a5b37ad0ac8993bb1adcd7c809ec17a /graphics
parent9d104a92019701d0048ce0d129324b214e5f30a8 (diff)
downloadclientdata-ff48634649daca5cd7bbcc6cf9a2f029baae9329.tar.gz
clientdata-ff48634649daca5cd7bbcc6cf9a2f029baae9329.tar.bz2
clientdata-ff48634649daca5cd7bbcc6cf9a2f029baae9329.tar.xz
clientdata-ff48634649daca5cd7bbcc6cf9a2f029baae9329.zip
Convert major parties into guilds and add their badges
Diffstat (limited to 'graphics')
-rw-r--r--graphics/badges/guilds/celestiasteaparty.pngbin0 -> 544 bytes
-rw-r--r--graphics/badges/guilds/celestiasteaparty.xml15
-rw-r--r--graphics/badges/guilds/followthewhiterabbit.pngbin0 -> 635 bytes
-rw-r--r--graphics/badges/guilds/followthewhiterabbit.xml20
-rw-r--r--graphics/badges/guilds/lazshard.pngbin0 -> 323 bytes
-rw-r--r--graphics/badges/guilds/lazshard.xml15
-rw-r--r--graphics/badges/guilds/saulcarmy.pngbin0 -> 855 bytes
-rw-r--r--graphics/badges/guilds/saulcarmy.xml15
-rw-r--r--graphics/badges/guilds/thearcherscreed.pngbin0 -> 624 bytes
-rw-r--r--graphics/badges/guilds/thearcherscreed.xml15
10 files changed, 80 insertions, 0 deletions
diff --git a/graphics/badges/guilds/celestiasteaparty.png b/graphics/badges/guilds/celestiasteaparty.png
new file mode 100644
index 00000000..1222059e
--- /dev/null
+++ b/graphics/badges/guilds/celestiasteaparty.png
Binary files differ
diff --git a/graphics/badges/guilds/celestiasteaparty.xml b/graphics/badges/guilds/celestiasteaparty.xml
new file mode 100644
index 00000000..e2dd0027
--- /dev/null
+++ b/graphics/badges/guilds/celestiasteaparty.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/celestiasteaparty.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/followthewhiterabbit.png b/graphics/badges/guilds/followthewhiterabbit.png
new file mode 100644
index 00000000..97e31a66
--- /dev/null
+++ b/graphics/badges/guilds/followthewhiterabbit.png
Binary files differ
diff --git a/graphics/badges/guilds/followthewhiterabbit.xml b/graphics/badges/guilds/followthewhiterabbit.xml
new file mode 100644
index 00000000..3a9bd402
--- /dev/null
+++ b/graphics/badges/guilds/followthewhiterabbit.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/followthewhiterabbit.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0" delay="100"/>
+ <frame index="1" delay="100"/>
+ <frame index="2" delay="100"/>
+ <frame index="3" delay="100"/>
+ <frame index="4" delay="100"/>
+ <frame index="5" delay="100"/>
+ <frame index="6" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/lazshard.png b/graphics/badges/guilds/lazshard.png
new file mode 100644
index 00000000..9380a2a6
--- /dev/null
+++ b/graphics/badges/guilds/lazshard.png
Binary files differ
diff --git a/graphics/badges/guilds/lazshard.xml b/graphics/badges/guilds/lazshard.xml
new file mode 100644
index 00000000..ac3c60d5
--- /dev/null
+++ b/graphics/badges/guilds/lazshard.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/lazshard.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/saulcarmy.png b/graphics/badges/guilds/saulcarmy.png
new file mode 100644
index 00000000..a1640301
--- /dev/null
+++ b/graphics/badges/guilds/saulcarmy.png
Binary files differ
diff --git a/graphics/badges/guilds/saulcarmy.xml b/graphics/badges/guilds/saulcarmy.xml
new file mode 100644
index 00000000..70db4275
--- /dev/null
+++ b/graphics/badges/guilds/saulcarmy.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/saulcarmy.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/thearcherscreed.png b/graphics/badges/guilds/thearcherscreed.png
new file mode 100644
index 00000000..95ec63b0
--- /dev/null
+++ b/graphics/badges/guilds/thearcherscreed.png
Binary files differ
diff --git a/graphics/badges/guilds/thearcherscreed.xml b/graphics/badges/guilds/thearcherscreed.xml
new file mode 100644
index 00000000..fa9739d2
--- /dev/null
+++ b/graphics/badges/guilds/thearcherscreed.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/thearcherscreed.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>