diff options
-rw-r--r-- | LICENSE | 1 | ||||
-rw-r--r-- | badges.xml | 1 | ||||
-rw-r--r-- | graphics/badges/guilds/piou-knights.png | bin | 0 -> 7718 bytes | |||
-rw-r--r-- | graphics/badges/guilds/piou-knights.xml | 14 |
4 files changed, 16 insertions, 0 deletions
@@ -54,6 +54,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors ## Badges ### Guilds graphics/badges/guilds/monster-king.png (Saulc) (CC BY-SA 3.0) (-) + graphics/badges/guilds/piou-knights.png (Seeds) (CC BY-SA 3.0) (Evol) ## Gui Icons ### Flags @@ -10,6 +10,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> </party> <guild> <badge name="Monster King" image="guilds/monster-king.xml"/> + <badge name="Piou Knights" image="guilds/piou-knights.xml"/> </guild> <name> </name> diff --git a/graphics/badges/guilds/piou-knights.png b/graphics/badges/guilds/piou-knights.png Binary files differnew file mode 100644 index 00000000..7937b843 --- /dev/null +++ b/graphics/badges/guilds/piou-knights.png diff --git a/graphics/badges/guilds/piou-knights.xml b/graphics/badges/guilds/piou-knights.xml new file mode 100644 index 00000000..652812b2 --- /dev/null +++ b/graphics/badges/guilds/piou-knights.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Script Author: 4144 --> +<sprite> + <imageset name="icon" + src="graphics/badges/guilds/piou-knights.png" + width="9" + height="9" + offsetY="0"/> + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |