diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-07-03 21:03:09 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-07-03 21:03:09 +0000 |
commit | b5ca1c7c4021d9ef04cabd6f6dbc6e1bc050ab73 (patch) | |
tree | ff35acbbf544331e88912a62558c560c88f329b0 /data | |
parent | de8b695c863576f10cfeb02c38b8980ec5dd019e (diff) | |
download | mana-b5ca1c7c4021d9ef04cabd6f6dbc6e1bc050ab73.tar.gz mana-b5ca1c7c4021d9ef04cabd6f6dbc6e1bc050ab73.tar.bz2 mana-b5ca1c7c4021d9ef04cabd6f6dbc6e1bc050ab73.tar.xz mana-b5ca1c7c4021d9ef04cabd6f6dbc6e1bc050ab73.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 'data')
-rw-r--r-- | data/graphics/gui/Makefile.am | 6 | ||||
-rw-r--r-- | data/graphics/gui/fixedfont.png | bin | 1888 -> 1286 bytes | |||
-rw-r--r-- | data/graphics/gui/hits_blue.png | bin | 586 -> 431 bytes | |||
-rw-r--r-- | data/graphics/gui/hits_red.png | bin | 536 -> 429 bytes | |||
-rw-r--r-- | data/graphics/gui/hits_yellow.png | bin | 343 -> 275 bytes | |||
-rw-r--r-- | data/help/commands.txt | 1 |
6 files changed, 3 insertions, 4 deletions
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am index 1651eebb..745a202b 100644 --- a/data/graphics/gui/Makefile.am +++ b/data/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/data/graphics/gui/fixedfont.png b/data/graphics/gui/fixedfont.png Binary files differindex 6c3f032c..227f0000 100644 --- a/data/graphics/gui/fixedfont.png +++ b/data/graphics/gui/fixedfont.png diff --git a/data/graphics/gui/hits_blue.png b/data/graphics/gui/hits_blue.png Binary files differindex 3d1491c7..fb8a8971 100644 --- a/data/graphics/gui/hits_blue.png +++ b/data/graphics/gui/hits_blue.png diff --git a/data/graphics/gui/hits_red.png b/data/graphics/gui/hits_red.png Binary files differindex 59a55e52..78476260 100644 --- a/data/graphics/gui/hits_red.png +++ b/data/graphics/gui/hits_red.png diff --git a/data/graphics/gui/hits_yellow.png b/data/graphics/gui/hits_yellow.png Binary files differindex b627d58e..89656ad3 100644 --- a/data/graphics/gui/hits_yellow.png +++ b/data/graphics/gui/hits_yellow.png diff --git a/data/help/commands.txt b/data/help/commands.txt index 64975bcc..7920beae 100644 --- a/data/help/commands.txt +++ b/data/help/commands.txt @@ -14,7 +14,6 @@ ##2F1##P show the in-game help ##2F5##P sit down / stand up ##2F6##P toggle debug pathfinding feature - ##2F7##P play test sound ##2G or Z##P pick up item ##2Enter##P focus chat window / send message ##2Alt + K##P show skills |