diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-29 21:41:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-29 21:41:49 +0300 |
commit | 693aef3c37392bc1fa3157fea4af7ef37595c939 (patch) | |
tree | b5fd16337cb3992f4d06824036b946e55f69496b /data/graphics/badges/gm.xml | |
parent | 0fe12f569879f90b8b6efab790ba896b9769a3d4 (diff) | |
download | plus-693aef3c37392bc1fa3157fea4af7ef37595c939.tar.gz plus-693aef3c37392bc1fa3157fea4af7ef37595c939.tar.bz2 plus-693aef3c37392bc1fa3157fea4af7ef37595c939.tar.xz plus-693aef3c37392bc1fa3157fea4af7ef37595c939.zip |
Add gm badge image and xml.
Diffstat (limited to 'data/graphics/badges/gm.xml')
-rw-r--r-- | data/graphics/badges/gm.xml | 15 |
1 files changed, 15 insertions, 0 deletions
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> |