diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:14:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-10 22:15:57 +0300 |
commit | aa3f63fd497558a02feb3ddbc44f31eac091f39b (patch) | |
tree | 0e28b9b1f0501dd8be9e1a38db4ec1777fa3fbfa /data/graphics/sprites | |
parent | 7c10a6b61e9d06a4ae9cc9f942dfacb6fcfd9d3d (diff) | |
download | mv-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.gz mv-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.bz2 mv-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.xz mv-aa3f63fd497558a02feb3ddbc44f31eac091f39b.zip |
Remove most unused files.
Diffstat (limited to 'data/graphics/sprites')
-rw-r--r-- | data/graphics/sprites/CMakeLists.txt | 15 | ||||
-rw-r--r-- | data/graphics/sprites/Makefile.am | 18 | ||||
-rw-r--r-- | data/graphics/sprites/arrow_down.png | bin | 248 -> 0 bytes | |||
-rw-r--r-- | data/graphics/sprites/arrow_left.png | bin | 249 -> 0 bytes | |||
-rw-r--r-- | data/graphics/sprites/arrow_right.png | bin | 237 -> 0 bytes | |||
-rw-r--r-- | data/graphics/sprites/arrow_up.png | bin | 234 -> 0 bytes | |||
-rw-r--r-- | data/graphics/sprites/chatemotes.png | bin | 32340 -> 0 bytes | |||
-rw-r--r-- | data/graphics/sprites/error.png | bin | 399 -> 0 bytes | |||
-rw-r--r-- | data/graphics/sprites/error.xml | 10 | ||||
-rw-r--r-- | data/graphics/sprites/manaplus_emote.xml | 12 | ||||
-rw-r--r-- | data/graphics/sprites/manaplus_emotes.xml | 36 | ||||
-rw-r--r-- | data/graphics/sprites/manaplus_emotions.png | bin | 38994 -> 0 bytes | |||
-rw-r--r-- | data/graphics/sprites/test.xml | 31 |
13 files changed, 0 insertions, 122 deletions
diff --git a/data/graphics/sprites/CMakeLists.txt b/data/graphics/sprites/CMakeLists.txt deleted file mode 100644 index bc5d7d70c..000000000 --- a/data/graphics/sprites/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -SET(FILES - arrow_down.png - arrow_left.png - arrow_right.png - arrow_up.png - chatemotes.png - error.png - error.xml - manaplus_emotions.png - manaplus_emote.xml - manaplus_emotes.xml - test.xml - ) - -INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites) diff --git a/data/graphics/sprites/Makefile.am b/data/graphics/sprites/Makefile.am deleted file mode 100644 index 8001e7016..000000000 --- a/data/graphics/sprites/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -spritesdir = $(pkgdatadir)/data/graphics/sprites - -sprites_DATA = \ - arrow_down.png \ - arrow_left.png \ - arrow_right.png \ - arrow_up.png \ - chatemotes.png \ - error.png \ - error.xml \ - manaplus_emotions.png\ - manaplus_emote.xml \ - manaplus_emotes.xml \ - test.xml - -EXTRA_DIST = \ - $(sprites_DATA) \ - CMakeLists.txt diff --git a/data/graphics/sprites/arrow_down.png b/data/graphics/sprites/arrow_down.png Binary files differdeleted file mode 100644 index 08c19a88b..000000000 --- a/data/graphics/sprites/arrow_down.png +++ /dev/null diff --git a/data/graphics/sprites/arrow_left.png b/data/graphics/sprites/arrow_left.png Binary files differdeleted file mode 100644 index 07d4333ba..000000000 --- a/data/graphics/sprites/arrow_left.png +++ /dev/null diff --git a/data/graphics/sprites/arrow_right.png b/data/graphics/sprites/arrow_right.png Binary files differdeleted file mode 100644 index 98e9abec4..000000000 --- a/data/graphics/sprites/arrow_right.png +++ /dev/null diff --git a/data/graphics/sprites/arrow_up.png b/data/graphics/sprites/arrow_up.png Binary files differdeleted file mode 100644 index f6158b2ae..000000000 --- a/data/graphics/sprites/arrow_up.png +++ /dev/null diff --git a/data/graphics/sprites/chatemotes.png b/data/graphics/sprites/chatemotes.png Binary files differdeleted file mode 100644 index 78b459d68..000000000 --- a/data/graphics/sprites/chatemotes.png +++ /dev/null diff --git a/data/graphics/sprites/error.png b/data/graphics/sprites/error.png Binary files differdeleted file mode 100644 index 2cce541ac..000000000 --- a/data/graphics/sprites/error.png +++ /dev/null diff --git a/data/graphics/sprites/error.xml b/data/graphics/sprites/error.xml deleted file mode 100644 index 579627805..000000000 --- a/data/graphics/sprites/error.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<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> diff --git a/data/graphics/sprites/manaplus_emote.xml b/data/graphics/sprites/manaplus_emote.xml deleted file mode 100644 index 7c5c48046..000000000 --- a/data/graphics/sprites/manaplus_emote.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- Author : Reid, 4144 -Copyright (C) 2011-2012 Manaplus --> -<sprite variants="28" 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 deleted file mode 100644 index 8daf57630..000000000 --- a/data/graphics/sprites/manaplus_emotes.xml +++ /dev/null @@ -1,36 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<emotes> - <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> - <its:translateRule selector="//emote/sprite/@name" translate="yes"/> - <its:translateRule selector="//*" translate="no"/> - </its:rules> - - <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="Surprised" 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> - <emote id="120"><sprite name="Evil" variant="20">manaplus_emote.xml</sprite></emote> - <emote id="121"><sprite name="Epic" variant="21">manaplus_emote.xml</sprite></emote> - <emote id="122"><sprite name="Bad geek" variant="22">manaplus_emote.xml</sprite></emote> - <emote id="123"><sprite name="Mimi" variant="23">manaplus_emote.xml</sprite></emote> - <emote id="124"><sprite name="Alien" variant="24">manaplus_emote.xml</sprite></emote> - <emote id="125"><sprite name="Troll" variant="25">manaplus_emote.xml</sprite></emote> - <emote id="126"><sprite name="Metal" variant="26">manaplus_emote.xml</sprite></emote> - <emote id="127"><sprite name="Crying" variant="27">manaplus_emote.xml</sprite></emote> -</emotes> diff --git a/data/graphics/sprites/manaplus_emotions.png b/data/graphics/sprites/manaplus_emotions.png Binary files differdeleted file mode 100644 index 1cdced3de..000000000 --- a/data/graphics/sprites/manaplus_emotions.png +++ /dev/null diff --git a/data/graphics/sprites/test.xml b/data/graphics/sprites/test.xml deleted file mode 100644 index 7243254af..000000000 --- a/data/graphics/sprites/test.xml +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<sprite> - <imageset name="base" src="graphics/sprites/manaplus_emotions.png" width="30" height="32" /> - - <action name="default" imageset="base"> - <animation direction="default"> - <frame index="0" /> - </animation> - </action> - - <action name="stand" imageset="base"> - <animation direction="default"> - <frame index="0" delay="10"/> - <frame index="7" delay="20"/> - <frame index="7" delay="10"/> - <label name="test1"/> - <frame index="5" delay="25"/> - <goto label="test1" rand="0"/> - <frame index="5" delay="10"/> - <frame index="2" delay="10" rand="0"/> - <frame index="6" delay="10"/> - <goto label="test1" rand="100"/> - </animation> - </action> - <action name="sit" imageset="base"> - <animation direction="default"> - <frame index="0" delay="85"/> - <frame index="1" delay="10"/> - </animation> - </action> -</sprite> |