diff options
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/shop.png | bin | 0 -> 301 bytes | |||
-rw-r--r-- | data/graphics/badges/shop.xml | 15 |
4 files changed, 19 insertions, 0 deletions
diff --git a/data/graphics/badges/CMakeLists.txt b/data/graphics/badges/CMakeLists.txt index d8fad83de..22110ba93 100644 --- a/data/graphics/badges/CMakeLists.txt +++ b/data/graphics/badges/CMakeLists.txt @@ -1,6 +1,8 @@ SET(FILES gm.png gm.xml + shop.png + shop.xml team1.png team1.xml team2.png diff --git a/data/graphics/badges/Makefile.am b/data/graphics/badges/Makefile.am index d6f5e41df..4e8b57e04 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 \ + shop.png \ + shop.xml \ team1.png \ team1.xml \ team2.png \ diff --git a/data/graphics/badges/shop.png b/data/graphics/badges/shop.png Binary files differnew file mode 100644 index 000000000..ffc71179c --- /dev/null +++ b/data/graphics/badges/shop.png diff --git a/data/graphics/badges/shop.xml b/data/graphics/badges/shop.xml new file mode 100644 index 000000000..4189056eb --- /dev/null +++ b/data/graphics/badges/shop.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/shop.png" + width="16" + height="16" + offsetY="0"/> + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |