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/gm.png | bin | 0 -> 223 bytes | |||
-rw-r--r-- | data/graphics/badges/gm.xml | 15 |
4 files changed, 19 insertions, 0 deletions
diff --git a/data/graphics/badges/CMakeLists.txt b/data/graphics/badges/CMakeLists.txt index 21100add2..d8fad83de 100644 --- a/data/graphics/badges/CMakeLists.txt +++ b/data/graphics/badges/CMakeLists.txt @@ -1,4 +1,6 @@ SET(FILES + gm.png + gm.xml team1.png team1.xml team2.png diff --git a/data/graphics/badges/Makefile.am b/data/graphics/badges/Makefile.am index 17c0ee997..d6f5e41df 100644 --- a/data/graphics/badges/Makefile.am +++ b/data/graphics/badges/Makefile.am @@ -1,6 +1,8 @@ badgesdir = $(pkgdatadir)/data/graphics/badges badges_DATA = \ + gm.png \ + gm.xml \ team1.png \ team1.xml \ team2.png \ diff --git a/data/graphics/badges/gm.png b/data/graphics/badges/gm.png Binary files differnew file mode 100644 index 000000000..cec8b1d9f --- /dev/null +++ b/data/graphics/badges/gm.png diff --git a/data/graphics/badges/gm.xml b/data/graphics/badges/gm.xml new file mode 100644 index 000000000..4091fe036 --- /dev/null +++ b/data/graphics/badges/gm.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/gm.png" + width="16" + height="16" + offsetY="0"/> + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |