summaryrefslogtreecommitdiff
path: root/graphics/gui
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-07-03 21:03:09 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-07-03 21:03:09 +0000
commit433635bd48962d0d021a7b6ff4e36a4a7a340346 (patch)
treecb42c331ba4f4476b41935d061bf9273da9c8eb5 /graphics/gui
parent07c2356f2ce5cb4070a4fba4f757dfcb381893d5 (diff)
downloadclientdata-433635bd48962d0d021a7b6ff4e36a4a7a340346.tar.gz
clientdata-433635bd48962d0d021a7b6ff4e36a4a7a340346.tar.bz2
clientdata-433635bd48962d0d021a7b6ff4e36a4a7a340346.tar.xz
clientdata-433635bd48962d0d021a7b6ff4e36a4a7a340346.zip
- Fixed blue, red and yellow damage fonts to work in SDL mode
- Added two international characters to fixed font, fixed autotarget - Fixed mouse autotarget (now default for left click) - Cleaned up showing of empty right click menus
Diffstat (limited to 'graphics/gui')
-rw-r--r--graphics/gui/Makefile.am6
-rw-r--r--graphics/gui/fixedfont.pngbin1888 -> 1286 bytes
-rw-r--r--graphics/gui/hits_blue.pngbin586 -> 431 bytes
-rw-r--r--graphics/gui/hits_red.pngbin536 -> 429 bytes
-rw-r--r--graphics/gui/hits_yellow.pngbin343 -> 275 bytes
5 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gui/Makefile.am b/graphics/gui/Makefile.am
index 1651eebb..745a202b 100644
--- a/graphics/gui/Makefile.am
+++ b/graphics/gui/Makefile.am
@@ -10,9 +10,9 @@ gui_DATA = \
buttonpress.png \
checkbox.png \
fixedfont.png \
- hits_blue.png \
- hits_red.png \
- hits_yellow.png \
+ hits_blue.png \
+ hits_red.png \
+ hits_yellow.png \
hscroll_left_default.png \
hscroll_left_highlight.png \
hscroll_left_pressed.png \
diff --git a/graphics/gui/fixedfont.png b/graphics/gui/fixedfont.png
index 6c3f032c..227f0000 100644
--- a/graphics/gui/fixedfont.png
+++ b/graphics/gui/fixedfont.png
Binary files differ
diff --git a/graphics/gui/hits_blue.png b/graphics/gui/hits_blue.png
index 3d1491c7..fb8a8971 100644
--- a/graphics/gui/hits_blue.png
+++ b/graphics/gui/hits_blue.png
Binary files differ
diff --git a/graphics/gui/hits_red.png b/graphics/gui/hits_red.png
index 59a55e52..78476260 100644
--- a/graphics/gui/hits_red.png
+++ b/graphics/gui/hits_red.png
Binary files differ
diff --git a/graphics/gui/hits_yellow.png b/graphics/gui/hits_yellow.png
index b627d58e..89656ad3 100644
--- a/graphics/gui/hits_yellow.png
+++ b/graphics/gui/hits_yellow.png
Binary files differ