diff options
author | gumi <git@gumi.ca> | 2018-02-17 20:18:28 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-02-17 20:18:28 -0500 |
commit | 461e1e22418993ca05876f85a64882dc09a90b1f (patch) | |
tree | 01929b378270095d02232b421e1617bb5f0e5271 /graphics/badges | |
parent | 19a6d4e24591de198e69d32f5b21644c71e5ba17 (diff) | |
download | clientdata-461e1e22418993ca05876f85a64882dc09a90b1f.tar.gz clientdata-461e1e22418993ca05876f85a64882dc09a90b1f.tar.bz2 clientdata-461e1e22418993ca05876f85a64882dc09a90b1f.tar.xz clientdata-461e1e22418993ca05876f85a64882dc09a90b1f.zip |
add group badges
Diffstat (limited to 'graphics/badges')
-rw-r--r-- | graphics/badges/groups/admin.png | bin | 0 -> 511 bytes | |||
-rw-r--r-- | graphics/badges/groups/admin.xml | 9 | ||||
-rw-r--r-- | graphics/badges/groups/bot.png | bin | 0 -> 853 bytes | |||
-rw-r--r-- | graphics/badges/groups/bot.xml | 9 | ||||
-rw-r--r-- | graphics/badges/groups/dev.png | bin | 0 -> 372 bytes | |||
-rw-r--r-- | graphics/badges/groups/dev.xml | 9 | ||||
-rw-r--r-- | graphics/badges/groups/dev2.png | bin | 0 -> 388 bytes | |||
-rw-r--r-- | graphics/badges/groups/dev2.xml | 9 | ||||
-rw-r--r-- | graphics/badges/groups/event.png | bin | 0 -> 701 bytes | |||
-rw-r--r-- | graphics/badges/groups/event.xml | 9 |
10 files changed, 45 insertions, 0 deletions
diff --git a/graphics/badges/groups/admin.png b/graphics/badges/groups/admin.png Binary files differnew file mode 100644 index 00000000..4aa3e641 --- /dev/null +++ b/graphics/badges/groups/admin.png diff --git a/graphics/badges/groups/admin.xml b/graphics/badges/groups/admin.xml new file mode 100644 index 00000000..4d7d5ddc --- /dev/null +++ b/graphics/badges/groups/admin.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/admin.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/groups/bot.png b/graphics/badges/groups/bot.png Binary files differnew file mode 100644 index 00000000..56a6dc1d --- /dev/null +++ b/graphics/badges/groups/bot.png diff --git a/graphics/badges/groups/bot.xml b/graphics/badges/groups/bot.xml new file mode 100644 index 00000000..16dbaca1 --- /dev/null +++ b/graphics/badges/groups/bot.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/bot.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/groups/dev.png b/graphics/badges/groups/dev.png Binary files differnew file mode 100644 index 00000000..253997e5 --- /dev/null +++ b/graphics/badges/groups/dev.png diff --git a/graphics/badges/groups/dev.xml b/graphics/badges/groups/dev.xml new file mode 100644 index 00000000..ccf8ae41 --- /dev/null +++ b/graphics/badges/groups/dev.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/dev.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/groups/dev2.png b/graphics/badges/groups/dev2.png Binary files differnew file mode 100644 index 00000000..b61e45de --- /dev/null +++ b/graphics/badges/groups/dev2.png diff --git a/graphics/badges/groups/dev2.xml b/graphics/badges/groups/dev2.xml new file mode 100644 index 00000000..46182103 --- /dev/null +++ b/graphics/badges/groups/dev2.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/dev2.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/groups/event.png b/graphics/badges/groups/event.png Binary files differnew file mode 100644 index 00000000..1f17a046 --- /dev/null +++ b/graphics/badges/groups/event.png diff --git a/graphics/badges/groups/event.xml b/graphics/badges/groups/event.xml new file mode 100644 index 00000000..a2ae2ed5 --- /dev/null +++ b/graphics/badges/groups/event.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<sprite> + <imageset name="icon" src="graphics/badges/groups/event.png" width="16" height="16" offsetY="0"/> + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |