diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-05 17:31:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-05 17:55:52 +0300 |
commit | 8c8e641b2ce47daa2f824a87b27d63bfeb609098 (patch) | |
tree | 7464828be387d10ea0e9fe1f6cba225075bfed4f /data/graphics | |
parent | 720b445bf4eea777d1fac9bac4c23aae59062826 (diff) | |
download | plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.gz plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.bz2 plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.tar.xz plus-8c8e641b2ce47daa2f824a87b27d63bfeb609098.zip |
Add inactive being badge.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/badges/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/graphics/badges/Makefile.am | 2 | ||||
-rw-r--r-- | data/graphics/badges/inactive.png | bin | 0 -> 177 bytes | |||
-rw-r--r-- | data/graphics/badges/inactive.xml | 15 |
4 files changed, 19 insertions, 0 deletions
diff --git a/data/graphics/badges/CMakeLists.txt b/data/graphics/badges/CMakeLists.txt index 22110ba93..52334e660 100644 --- a/data/graphics/badges/CMakeLists.txt +++ b/data/graphics/badges/CMakeLists.txt @@ -1,6 +1,8 @@ SET(FILES gm.png gm.xml + inactive.png + inactive.xml shop.png shop.xml team1.png diff --git a/data/graphics/badges/Makefile.am b/data/graphics/badges/Makefile.am index 4e8b57e04..3a05e7a7f 100644 --- a/data/graphics/badges/Makefile.am +++ b/data/graphics/badges/Makefile.am @@ -3,6 +3,8 @@ badgesdir = $(pkgdatadir)/data/graphics/badges badges_DATA = \ gm.png \ gm.xml \ + inactive.png \ + inactive.xml \ shop.png \ shop.xml \ team1.png \ diff --git a/data/graphics/badges/inactive.png b/data/graphics/badges/inactive.png Binary files differnew file mode 100644 index 000000000..3f8b333c6 --- /dev/null +++ b/data/graphics/badges/inactive.png diff --git a/data/graphics/badges/inactive.xml b/data/graphics/badges/inactive.xml new file mode 100644 index 000000000..e2a730989 --- /dev/null +++ b/data/graphics/badges/inactive.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/inactive.png" + width="16" + height="16" + offsetY="0"/> + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |