diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-26 19:09:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-26 19:09:37 -0300 |
commit | 33a57cfed600fc6e3cf1c25aa9dfdb7b1ceb705c (patch) | |
tree | 4dac6cba74ad133434c598982b8e277b7ae26f05 /graphics/badges | |
parent | f8021c0ff90810717ca8b1c23a4614d878be9a02 (diff) | |
download | clientdata-33a57cfed600fc6e3cf1c25aa9dfdb7b1ceb705c.tar.gz clientdata-33a57cfed600fc6e3cf1c25aa9dfdb7b1ceb705c.tar.bz2 clientdata-33a57cfed600fc6e3cf1c25aa9dfdb7b1ceb705c.tar.xz clientdata-33a57cfed600fc6e3cf1c25aa9dfdb7b1ceb705c.zip |
The Monster King Guild
Diffstat (limited to 'graphics/badges')
-rw-r--r-- | graphics/badges/guilds/monster-king.png | bin | 0 -> 685 bytes | |||
-rw-r--r-- | graphics/badges/guilds/monster-king.xml | 14 |
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/badges/guilds/monster-king.png b/graphics/badges/guilds/monster-king.png Binary files differnew file mode 100644 index 00000000..09feb09f --- /dev/null +++ b/graphics/badges/guilds/monster-king.png diff --git a/graphics/badges/guilds/monster-king.xml b/graphics/badges/guilds/monster-king.xml new file mode 100644 index 00000000..6f55eba4 --- /dev/null +++ b/graphics/badges/guilds/monster-king.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Script Author: 4144 --> +<sprite> + <imageset name="icon" + src="graphics/badges/guilds/monster-king.png" + width="16" + height="16" + offsetY="0"/> + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |