diff options
-rw-r--r-- | badges.xml | 9 | ||||
-rw-r--r-- | graphics/badges/guilds/celestiasteaparty.png | bin | 0 -> 544 bytes | |||
-rw-r--r-- | graphics/badges/guilds/celestiasteaparty.xml | 15 | ||||
-rw-r--r-- | graphics/badges/guilds/followthewhiterabbit.png | bin | 0 -> 635 bytes | |||
-rw-r--r-- | graphics/badges/guilds/followthewhiterabbit.xml | 20 | ||||
-rw-r--r-- | graphics/badges/guilds/lazshard.png | bin | 0 -> 323 bytes | |||
-rw-r--r-- | graphics/badges/guilds/lazshard.xml | 15 | ||||
-rw-r--r-- | graphics/badges/guilds/saulcarmy.png | bin | 0 -> 855 bytes | |||
-rw-r--r-- | graphics/badges/guilds/saulcarmy.xml | 15 | ||||
-rw-r--r-- | graphics/badges/guilds/thearcherscreed.png | bin | 0 -> 624 bytes | |||
-rw-r--r-- | graphics/badges/guilds/thearcherscreed.xml | 15 | ||||
-rw-r--r-- | license.md | 6 |
12 files changed, 94 insertions, 1 deletions
@@ -4,11 +4,18 @@ Copyright (C) 2021 The Mana World Copyright (C) 2013 Evol Online --> <badges> <party> - <!-- we don't want party badges anymore --> + <!-- we don't want party badges anymore, except for maybe two: --> + <badge name="ClientDevelopers" image="parties/manaplus.xml"/> + <!--badge name="GM Party" image="parties/manaplus.xml"/--> </party> <guild> <!-- we only recognize guilds that have 25+ members --> + <badge name="Celestia's Tea Party" image="guilds/celestiasteaparty.xml"/> <badge name="Crew of Red Corsair" image="guilds/crc.xml"/> + <badge name="follow the white rabbit" image="guilds/followthewhiterabbit.xml"/> + <badge name="MAF" image="guilds/saulcarmy.xml"/> + <badge name="M.A.G.E." image="guilds/lazshard.xml"/> <badge name="Phoenix Council" image="guilds/phoenixcouncil.xml"/> + <badge name="The Archers Creed" image="guilds/thearcherscreed.xml"/> </guild> </badges> diff --git a/graphics/badges/guilds/celestiasteaparty.png b/graphics/badges/guilds/celestiasteaparty.png Binary files differnew file mode 100644 index 00000000..1222059e --- /dev/null +++ b/graphics/badges/guilds/celestiasteaparty.png 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 Binary files differnew file mode 100644 index 00000000..97e31a66 --- /dev/null +++ b/graphics/badges/guilds/followthewhiterabbit.png 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 Binary files differnew file mode 100644 index 00000000..9380a2a6 --- /dev/null +++ b/graphics/badges/guilds/lazshard.png 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 Binary files differnew file mode 100644 index 00000000..a1640301 --- /dev/null +++ b/graphics/badges/guilds/saulcarmy.png 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 Binary files differnew file mode 100644 index 00000000..95ec63b0 --- /dev/null +++ b/graphics/badges/guilds/thearcherscreed.png 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> @@ -76,8 +76,14 @@ File | Artists | Licenses `graphics/badges/groups/dev.png` | gumi | CC0 `graphics/badges/groups/dev2.png` | gumi | CC0 `graphics/badges/groups/event.png` | gumi | CC0 +`graphics/badges/parties/manaplus.png` | ? | GPLv2+ +`graphics/badges/guilds/celestiateaparty.png` | gumi | CC0 1.0 `graphics/badges/guilds/crc.png` | Micksha | CC BY-SA 3.0 +`graphics/badges/guilds/followthewhiterabbit.png` | Micksha, Omatt | CC BY-SA 4.0 +`graphics/badges/guilds/lazshard.png` | V0id, Enchilado, seeds | GPLv2+ `graphics/badges/guilds/phoenixcouncil.png` | JovanCormac, Narus | CC BY-SA 3.0 +`graphics/badges/guilds/saulcarmy.png` | FatCow Web Hosting, Saulc | CC BY 3.0 +`graphics/badges/guilds/thearcherscreed.png` | Nami | GPLv2+, CC BY-SA 4.0 ### Gui Icons File | Artists | Licenses |