diff options
author | Ira Rice <irarice@gmail.com> | 2009-02-20 08:57:42 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-20 08:57:42 -0700 |
commit | 6635294efc3d94dd468c7a4a723e7169402c018c (patch) | |
tree | 2efe8203daf2e5ca842769dbdcc176c9efc17059 /data/graphics | |
parent | b2eb8daa8c39bcfd5fbd3a76dbbc432b43c561a9 (diff) | |
download | mana-6635294efc3d94dd468c7a4a723e7169402c018c.tar.gz mana-6635294efc3d94dd468c7a4a723e7169402c018c.tar.bz2 mana-6635294efc3d94dd468c7a4a723e7169402c018c.tar.xz mana-6635294efc3d94dd468c7a4a723e7169402c018c.zip |
Removed the last of the image particle guichan fonts.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 3 | ||||
-rw-r--r-- | data/graphics/gui/Makefile.am | 3 | ||||
-rw-r--r-- | data/graphics/gui/hits_blue.png | bin | 884 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/hits_red.png | bin | 813 -> 0 bytes | |||
-rw-r--r-- | data/graphics/gui/hits_yellow.png | bin | 907 -> 0 bytes |
5 files changed, 0 insertions, 6 deletions
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt index c5961f7a..a562b8f1 100644 --- a/data/graphics/gui/CMakeLists.txt +++ b/data/graphics/gui/CMakeLists.txt @@ -9,9 +9,6 @@ SET (FILES deepbox.png default.png gui.xml - hits_blue.png - hits_red.png - hits_yellow.png hscroll_left_default.png hscroll_left_highlight.png hscroll_left_pressed.png diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 921469a1..f2b62698 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/graphics/gui/Makefile.am @@ -12,9 +12,6 @@ gui_DATA = \ deepbox.png \ default.png \ gui.xml \ - hits_blue.png \ - hits_red.png \ - hits_yellow.png \ hscroll_left_default.png \ hscroll_left_highlight.png \ hscroll_left_pressed.png \ diff --git a/data/graphics/gui/hits_blue.png b/data/graphics/gui/hits_blue.png Binary files differdeleted file mode 100644 index cfb04ab8..00000000 --- a/data/graphics/gui/hits_blue.png +++ /dev/null diff --git a/data/graphics/gui/hits_red.png b/data/graphics/gui/hits_red.png Binary files differdeleted file mode 100644 index 150f1c1e..00000000 --- a/data/graphics/gui/hits_red.png +++ /dev/null diff --git a/data/graphics/gui/hits_yellow.png b/data/graphics/gui/hits_yellow.png Binary files differdeleted file mode 100644 index 6975dfd5..00000000 --- a/data/graphics/gui/hits_yellow.png +++ /dev/null |