From f92e278da564dab15d984dcaba153c1a92752651 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 Aug 2013 21:06:51 +0300 Subject: add support for target cursor animations. updated target cursor to new images by Alige. --- data/graphics/gui/CMakeLists.txt | 6 ++++++ data/graphics/gui/Makefile.am | 6 ++++++ data/graphics/gui/target-cursor-in-range-l.png | Bin 23803 -> 44634 bytes data/graphics/gui/target-cursor-in-range-l.xml | 15 +++++++++++++++ data/graphics/gui/target-cursor-in-range-m.png | Bin 18439 -> 17289 bytes data/graphics/gui/target-cursor-in-range-m.xml | 15 +++++++++++++++ data/graphics/gui/target-cursor-in-range-s.png | Bin 8353 -> 8146 bytes data/graphics/gui/target-cursor-in-range-s.xml | 15 +++++++++++++++ data/graphics/gui/target-cursor-normal-l.png | Bin 25586 -> 45741 bytes data/graphics/gui/target-cursor-normal-l.xml | 15 +++++++++++++++ data/graphics/gui/target-cursor-normal-m.png | Bin 17950 -> 17268 bytes data/graphics/gui/target-cursor-normal-m.xml | 15 +++++++++++++++ data/graphics/gui/target-cursor-normal-s.png | Bin 8361 -> 8129 bytes data/graphics/gui/target-cursor-normal-s.xml | 15 +++++++++++++++ 14 files changed, 102 insertions(+) create mode 100644 data/graphics/gui/target-cursor-in-range-l.xml create mode 100644 data/graphics/gui/target-cursor-in-range-m.xml create mode 100644 data/graphics/gui/target-cursor-in-range-s.xml create mode 100644 data/graphics/gui/target-cursor-normal-l.xml create mode 100644 data/graphics/gui/target-cursor-normal-m.xml create mode 100644 data/graphics/gui/target-cursor-normal-s.xml (limited to 'data') 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 index 77cdf4b6d..dcf09d024 100644 Binary files a/data/graphics/gui/target-cursor-in-range-l.png and b/data/graphics/gui/target-cursor-in-range-l.png differ 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 @@ + + + + + + + + + + + diff --git a/data/graphics/gui/target-cursor-in-range-m.png b/data/graphics/gui/target-cursor-in-range-m.png index c0107357a..8429fd79a 100644 Binary files a/data/graphics/gui/target-cursor-in-range-m.png and b/data/graphics/gui/target-cursor-in-range-m.png differ 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 @@ + + + + + + + + + + + diff --git a/data/graphics/gui/target-cursor-in-range-s.png b/data/graphics/gui/target-cursor-in-range-s.png index 3e81c75de..0c50430ee 100644 Binary files a/data/graphics/gui/target-cursor-in-range-s.png and b/data/graphics/gui/target-cursor-in-range-s.png differ 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 @@ + + + + + + + + + + + diff --git a/data/graphics/gui/target-cursor-normal-l.png b/data/graphics/gui/target-cursor-normal-l.png index 76d2101b1..5670380f8 100644 Binary files a/data/graphics/gui/target-cursor-normal-l.png and b/data/graphics/gui/target-cursor-normal-l.png differ 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 @@ + + + + + + + + + + + diff --git a/data/graphics/gui/target-cursor-normal-m.png b/data/graphics/gui/target-cursor-normal-m.png index e2ab79c29..597eb4195 100644 Binary files a/data/graphics/gui/target-cursor-normal-m.png and b/data/graphics/gui/target-cursor-normal-m.png differ 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 @@ + + + + + + + + + + + diff --git a/data/graphics/gui/target-cursor-normal-s.png b/data/graphics/gui/target-cursor-normal-s.png index 09195f440..abfb5e787 100644 Binary files a/data/graphics/gui/target-cursor-normal-s.png and b/data/graphics/gui/target-cursor-normal-s.png differ 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 @@ + + + + + + + + + + + -- cgit v1.2.3-60-g2f50