diff options
Diffstat (limited to 'data/graphics/badges/team1.xml')
-rw-r--r-- | data/graphics/badges/team1.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/graphics/badges/team1.xml b/data/graphics/badges/team1.xml new file mode 100644 index 000000000..752ed0541 --- /dev/null +++ b/data/graphics/badges/team1.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/team1.png" + width="16" + height="16" + offsetY="0"/> + <action name="default" imageset="icon"> + <animation direction="default"> + <frame index="0"/> + </animation> + </action> +</sprite> |