diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-02 01:48:38 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-02 02:41:24 +0200 |
commit | 3eeae12c498d1a4dbe969462d2ba841f77ee3ccb (patch) | |
tree | ff8eab35e732bc0749fc11677c8873a7b3a58704 /data/graphics/sprites | |
download | plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.gz plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.bz2 plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.xz plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.zip |
Initial commit.
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
Diffstat (limited to 'data/graphics/sprites')
-rw-r--r-- | data/graphics/sprites/CMakeLists.txt | 13 | ||||
-rw-r--r-- | data/graphics/sprites/Makefile.am | 16 | ||||
-rw-r--r-- | data/graphics/sprites/arrow_down.gif | bin | 0 -> 152 bytes | |||
-rw-r--r-- | data/graphics/sprites/arrow_left.gif | bin | 0 -> 148 bytes | |||
-rw-r--r-- | data/graphics/sprites/arrow_right.gif | bin | 0 -> 145 bytes | |||
-rw-r--r-- | data/graphics/sprites/arrow_up.gif | bin | 0 -> 139 bytes | |||
-rw-r--r-- | data/graphics/sprites/error.png | bin | 0 -> 314 bytes | |||
-rw-r--r-- | data/graphics/sprites/error.xml | 10 | ||||
-rw-r--r-- | data/graphics/sprites/manaplus_emote.xml | 10 | ||||
-rw-r--r-- | data/graphics/sprites/manaplus_emotes.xml | 22 | ||||
-rw-r--r-- | data/graphics/sprites/manaplus_emotions.png | bin | 0 -> 27366 bytes |
11 files changed, 71 insertions, 0 deletions
diff --git a/data/graphics/sprites/CMakeLists.txt b/data/graphics/sprites/CMakeLists.txt new file mode 100644 index 000000000..eb3802d13 --- /dev/null +++ b/data/graphics/sprites/CMakeLists.txt @@ -0,0 +1,13 @@ +SET(FILES + arrow_up.gif + arrow_down.gif + arrow_left.gif + arrow_right.gif + error.png + error.xml + manaplus_emotions.png + manaplus_emote.xml + manaplus_emotes.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites) diff --git a/data/graphics/sprites/Makefile.am b/data/graphics/sprites/Makefile.am new file mode 100644 index 000000000..8cf8cfb49 --- /dev/null +++ b/data/graphics/sprites/Makefile.am @@ -0,0 +1,16 @@ +spritesdir = $(pkgdatadir)/data/graphics/sprites + +sprites_DATA = \ + arrow_down.gif \ + arrow_left.gif \ + arrow_right.gif \ + arrow_up.gif \ + error.png \ + error.xml \ + manaplus_emotions.png\ + manaplus_emote.xml \ + manaplus_emotes.xml + +EXTRA_DIST = \ + $(sprites_DATA) \ + CMakeLists.txt diff --git a/data/graphics/sprites/arrow_down.gif b/data/graphics/sprites/arrow_down.gif Binary files differnew file mode 100644 index 000000000..e371b0892 --- /dev/null +++ b/data/graphics/sprites/arrow_down.gif diff --git a/data/graphics/sprites/arrow_left.gif b/data/graphics/sprites/arrow_left.gif Binary files differnew file mode 100644 index 000000000..29ea8bcd9 --- /dev/null +++ b/data/graphics/sprites/arrow_left.gif diff --git a/data/graphics/sprites/arrow_right.gif b/data/graphics/sprites/arrow_right.gif Binary files differnew file mode 100644 index 000000000..e5c7d3038 --- /dev/null +++ b/data/graphics/sprites/arrow_right.gif diff --git a/data/graphics/sprites/arrow_up.gif b/data/graphics/sprites/arrow_up.gif Binary files differnew file mode 100644 index 000000000..655e5bf40 --- /dev/null +++ b/data/graphics/sprites/arrow_up.gif diff --git a/data/graphics/sprites/error.png b/data/graphics/sprites/error.png Binary files differnew file mode 100644 index 000000000..6fd7c1a8d --- /dev/null +++ b/data/graphics/sprites/error.png diff --git a/data/graphics/sprites/error.xml b/data/graphics/sprites/error.xml new file mode 100644 index 000000000..3504bd016 --- /dev/null +++ b/data/graphics/sprites/error.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite> + <imageset name="base" src="graphics/sprites/error.png" width="29" height="9" /> + + <action name="default" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> +</sprite>
\ No newline at end of file diff --git a/data/graphics/sprites/manaplus_emote.xml b/data/graphics/sprites/manaplus_emote.xml new file mode 100644 index 000000000..6fa884e40 --- /dev/null +++ b/data/graphics/sprites/manaplus_emote.xml @@ -0,0 +1,10 @@ +<?xml version="1.0"?> +<sprite variants="20" variant_offset="1"> + <imageset name="base" src="graphics/sprites/manaplus_emotions.png" width="30" height="32" /> + + <action name="stand" imageset="base"> + <animation direction="default"> + <frame index="0" /> + </animation> + </action> +</sprite> diff --git a/data/graphics/sprites/manaplus_emotes.xml b/data/graphics/sprites/manaplus_emotes.xml new file mode 100644 index 000000000..eca7bf722 --- /dev/null +++ b/data/graphics/sprites/manaplus_emotes.xml @@ -0,0 +1,22 @@ +<emotes> + <emote id="100"><sprite name="Kitty" variant="0">manaplus_emote.xml</sprite></emote> + <emote id="101"><sprite name="xD" variant="1">manaplus_emote.xml</sprite></emote> + <emote id="102"><sprite name="^.^" variant="2">manaplus_emote.xml</sprite></emote> + <emote id="103"><sprite name="Heart eye" variant="3">manaplus_emote.xml</sprite></emote> + <emote id="104"><sprite name="Gold eye" variant="4">manaplus_emote.xml</sprite></emote> + <emote id="105"><sprite name="Sleepy" variant="5">manaplus_emote.xml</sprite></emote> + <emote id="106"><sprite name="u.u" variant="6">manaplus_emote.xml</sprite></emote> + <emote id="107"><sprite name="-.-'" variant="7">manaplus_emote.xml</sprite></emote> + <emote id="108"><sprite name="Suprised" variant="8">manaplus_emote.xml</sprite></emote> + <emote id="109"><sprite name="Dead" variant="9">manaplus_emote.xml</sprite></emote> + <emote id="110"><sprite name="Look away" variant="10">manaplus_emote.xml</sprite></emote> + <emote id="111"><sprite name="Sad" variant="11">manaplus_emote.xml</sprite></emote> + <emote id="112"><sprite name="Palmhead" variant="12">manaplus_emote.xml</sprite></emote> + <emote id="113"><sprite name="Evil" variant="13">manaplus_emote.xml</sprite></emote> + <emote id="114"><sprite name="Angry" variant="14">manaplus_emote.xml</sprite></emote> + <emote id="115"><sprite name="Purple Sad" variant="15">manaplus_emote.xml</sprite></emote> + <emote id="116"><sprite name="Insult Buble" variant="16">manaplus_emote.xml</sprite></emote> + <emote id="117"><sprite name="Heart" variant="17">manaplus_emote.xml</sprite></emote> + <emote id="118"><sprite name="Emote" variant="18">manaplus_emote.xml</sprite></emote> + <emote id="119"><sprite name="Pumpkin" variant="19">manaplus_emote.xml</sprite></emote> +</emotes> diff --git a/data/graphics/sprites/manaplus_emotions.png b/data/graphics/sprites/manaplus_emotions.png Binary files differnew file mode 100644 index 000000000..ce6e2cdfc --- /dev/null +++ b/data/graphics/sprites/manaplus_emotions.png |