- changed console font again
authorIngo Ruhnke <grumbel@gmx.de>
Mon, 29 Jan 2007 12:11:29 +0000 (12:11 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Mon, 29 Jan 2007 12:11:29 +0000 (12:11 +0000)
SVN-Revision: 4726

data/images/engine/fonts/andale12-shadow.png [new file with mode: 0644]
data/images/engine/fonts/andale12.png [new file with mode: 0644]
src/console.cpp

diff --git a/data/images/engine/fonts/andale12-shadow.png b/data/images/engine/fonts/andale12-shadow.png
new file mode 100644 (file)
index 0000000..c37b474
Binary files /dev/null and b/data/images/engine/fonts/andale12-shadow.png differ
diff --git a/data/images/engine/fonts/andale12.png b/data/images/engine/fonts/andale12.png
new file mode 100644 (file)
index 0000000..421e234
Binary files /dev/null and b/data/images/engine/fonts/andale12.png differ
index 6d60bd6..1408bbd 100644 (file)
@@ -51,8 +51,8 @@ void
 Console::init_graphics()
 {
   font.reset(new Font(Font::FIXED,
-                      "images/engine/fonts/console2.png",
-                      "images/engine/fonts/console2-shadow.png", 8, 14, 1));
+                      "images/engine/fonts/andale12.png",
+                      "images/engine/fonts/andale12-shadow.png", 7, 14, 1));
   fontheight = font->get_height();
   background.reset(new Surface("images/engine/console.png"));
   background2.reset(new Surface("images/engine/console2.png"));