From: Ingo Ruhnke Date: Mon, 29 Jan 2007 12:11:29 +0000 (+0000) Subject: - changed console font again X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=8b9f11042b297c2ce320fb362bfb816b7b1218d4;p=supertux.git - changed console font again SVN-Revision: 4726 --- diff --git a/data/images/engine/fonts/andale12-shadow.png b/data/images/engine/fonts/andale12-shadow.png new file mode 100644 index 000000000..c37b4746a 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 index 000000000..421e23404 Binary files /dev/null and b/data/images/engine/fonts/andale12.png differ diff --git a/src/console.cpp b/src/console.cpp index 6d60bd6b1..1408bbde5 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -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"));