diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:06:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-24 21:06:51 +0300 |
commit | f92e278da564dab15d984dcaba153c1a92752651 (patch) | |
tree | 7622fb94e5cb361b1c9190d36bead3d977a79d63 /data/graphics/gui | |
parent | 663eec5b6b98daa2649d966455a10a04d6e3d99b (diff) | |
download | plus-f92e278da564dab15d984dcaba153c1a92752651.tar.gz plus-f92e278da564dab15d984dcaba153c1a92752651.tar.bz2 plus-f92e278da564dab15d984dcaba153c1a92752651.tar.xz plus-f92e278da564dab15d984dcaba153c1a92752651.zip |
add support for target cursor animations.
updated target cursor to new images by Alige.
Diffstat (limited to 'data/graphics/gui')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 6 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 6 | ||||
-rw-r--r-- | data/graphics/gui/target-cursor-in-range-l.png | bin | 23803 -> 44634 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-in-range-l.xml | 15 | ||||
-rw-r--r-- | data/graphics/gui/target-cursor-in-range-m.png | bin | 18439 -> 17289 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-in-range-m.xml | 15 | ||||
-rw-r--r-- | data/graphics/gui/target-cursor-in-range-s.png | bin | 8353 -> 8146 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-in-range-s.xml | 15 | ||||
-rw-r--r-- | data/graphics/gui/target-cursor-normal-l.png | bin | 25586 -> 45741 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-normal-l.xml | 15 | ||||
-rw-r--r-- | data/graphics/gui/target-cursor-normal-m.png | bin | 17950 -> 17268 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-normal-m.xml | 15 | ||||
-rw-r--r-- | data/graphics/gui/target-cursor-normal-s.png | bin | 8361 -> 8129 bytes | |||
-rw-r--r-- | data/graphics/gui/target-cursor-normal-s.xml | 15 |
14 files changed, 102 insertions, 0 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index 5694f9a8d..439542f66 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -67,11 +67,17 @@ SET (FILES tab_selected.xml tab_unused.xml target-cursor-in-range-l.png + target-cursor-in-range-l.xml target-cursor-in-range-m.png + target-cursor-in-range-m.xml target-cursor-in-range-s.png + target-cursor-in-range-s.xml target-cursor-normal-l.png + target-cursor-normal-l.xml target-cursor-normal-m.png + target-cursor-normal-m.xml target-cursor-normal-s.png + target-cursor-normal-s.xml textfield.xml textpreview.xml unknown-item.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 9e3f83129..710cf0688 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -70,11 +70,17 @@ gui_DATA = \ tab_selected.xml \ tab_unused.xml \ target-cursor-in-range-l.png \ + target-cursor-in-range-l.xml \ target-cursor-in-range-m.png \ + target-cursor-in-range-m.xml \ target-cursor-in-range-s.png \ + target-cursor-in-range-s.xml \ target-cursor-normal-l.png \ + target-cursor-normal-l.xml \ target-cursor-normal-m.png \ + target-cursor-normal-m.xml \ target-cursor-normal-s.png \ + target-cursor-normal-s.xml \ textfield.xml \ textpreview.xml \ unknown-item.png \ diff --git a/data/graphics/gui/target-cursor-in-range-l.png b/data/graphics/gui/target-cursor-in-range-l.png Binary files differindex 77cdf4b6d..dcf09d024 100644 --- a/data/graphics/gui/target-cursor-in-range-l.png +++ b/data/graphics/gui/target-cursor-in-range-l.png diff --git a/data/graphics/gui/target-cursor-in-range-l.xml b/data/graphics/gui/target-cursor-in-range-l.xml new file mode 100644 index 000000000..ee7285b37 --- /dev/null +++ b/data/graphics/gui/target-cursor-in-range-l.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige +Copyright (C) 2013 Evol Online --> +<sprite> + <imageset name="target-large" + src="graphics/gui/target-cursor-in-range-l.png" + width="96" + height="96"/> + + <action name="default" imageset="target-large"> + <animation direction="default"> + <sequence start="0" end="13" delay="50"/> + </animation> + </action> +</sprite> diff --git a/data/graphics/gui/target-cursor-in-range-m.png b/data/graphics/gui/target-cursor-in-range-m.png Binary files differindex c0107357a..8429fd79a 100644 --- a/data/graphics/gui/target-cursor-in-range-m.png +++ b/data/graphics/gui/target-cursor-in-range-m.png diff --git a/data/graphics/gui/target-cursor-in-range-m.xml b/data/graphics/gui/target-cursor-in-range-m.xml new file mode 100644 index 000000000..ab6080f92 --- /dev/null +++ b/data/graphics/gui/target-cursor-in-range-m.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige +Copyright (C) 2013 Evol Online --> +<sprite> + <imageset name="target-medium" + src="graphics/gui/target-cursor-in-range-m.png" + width="64" + height="64"/> + + <action name="default" imageset="target-medium"> + <animation direction="default"> + <sequence start="0" end="6" delay="100"/> + </animation> + </action> +</sprite> diff --git a/data/graphics/gui/target-cursor-in-range-s.png b/data/graphics/gui/target-cursor-in-range-s.png Binary files differindex 3e81c75de..0c50430ee 100644 --- a/data/graphics/gui/target-cursor-in-range-s.png +++ b/data/graphics/gui/target-cursor-in-range-s.png diff --git a/data/graphics/gui/target-cursor-in-range-s.xml b/data/graphics/gui/target-cursor-in-range-s.xml new file mode 100644 index 000000000..206131bda --- /dev/null +++ b/data/graphics/gui/target-cursor-in-range-s.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige +Copyright (C) 2013 Evol Online --> +<sprite> + <imageset name="target-small" + src="graphics/gui/target-cursor-in-range-s.png" + width="32" + height="32"/> + + <action name="default" imageset="target-small"> + <animation direction="default"> + <sequence start="0" end="6" delay="100"/> + </animation> + </action> +</sprite> diff --git a/data/graphics/gui/target-cursor-normal-l.png b/data/graphics/gui/target-cursor-normal-l.png Binary files differindex 76d2101b1..5670380f8 100644 --- a/data/graphics/gui/target-cursor-normal-l.png +++ b/data/graphics/gui/target-cursor-normal-l.png diff --git a/data/graphics/gui/target-cursor-normal-l.xml b/data/graphics/gui/target-cursor-normal-l.xml new file mode 100644 index 000000000..1058d5906 --- /dev/null +++ b/data/graphics/gui/target-cursor-normal-l.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige +Copyright (C) 2013 Evol Online --> +<sprite> + <imageset name="target-large" + src="graphics/gui/target-cursor-normal-l.png" + width="96" + height="96"/> + + <action name="default" imageset="target-large"> + <animation direction="default"> + <sequence start="0" end="13" delay="50"/> + </animation> + </action> +</sprite> diff --git a/data/graphics/gui/target-cursor-normal-m.png b/data/graphics/gui/target-cursor-normal-m.png Binary files differindex e2ab79c29..597eb4195 100644 --- a/data/graphics/gui/target-cursor-normal-m.png +++ b/data/graphics/gui/target-cursor-normal-m.png diff --git a/data/graphics/gui/target-cursor-normal-m.xml b/data/graphics/gui/target-cursor-normal-m.xml new file mode 100644 index 000000000..8091474b3 --- /dev/null +++ b/data/graphics/gui/target-cursor-normal-m.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige +Copyright (C) 2013 Evol Online --> +<sprite> + <imageset name="target-medium" + src="graphics/gui/target-cursor-normal-m.png" + width="64" + height="64"/> + + <action name="default" imageset="target-medium"> + <animation direction="default"> + <sequence start="0" end="6" delay="100"/> + </animation> + </action> +</sprite> diff --git a/data/graphics/gui/target-cursor-normal-s.png b/data/graphics/gui/target-cursor-normal-s.png Binary files differindex 09195f440..abfb5e787 100644 --- a/data/graphics/gui/target-cursor-normal-s.png +++ b/data/graphics/gui/target-cursor-normal-s.png diff --git a/data/graphics/gui/target-cursor-normal-s.xml b/data/graphics/gui/target-cursor-normal-s.xml new file mode 100644 index 000000000..dea706a1e --- /dev/null +++ b/data/graphics/gui/target-cursor-normal-s.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Alige +Copyright (C) 2013 Evol Online --> +<sprite> + <imageset name="target-small" + src="graphics/gui/target-cursor-normal-s.png" + width="32" + height="32"/> + + <action name="default" imageset="target-small"> + <animation direction="default"> + <sequence start="0" end="6" delay="100"/> + </animation> + </action> +</sprite> |