From: Marek Moeckel Date: Sat, 8 Apr 2006 23:25:55 +0000 (+0000) Subject: translucent console X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a0ac3985afa2adb1ad0de294d1524693b49d739e;p=supertux.git translucent console SVN-Revision: 3273 --- diff --git a/data/images/engine/console.png b/data/images/engine/console.png new file mode 100644 index 000000000..e4ef4d572 Binary files /dev/null and b/data/images/engine/console.png differ diff --git a/src/console.cpp b/src/console.cpp index 8a330b910..ba4df78f2 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -32,7 +32,7 @@ namespace { Console::Console() { - background = new Surface("images/engine/console.jpg"); + background = new Surface("images/engine/console.png"); } Console::~Console()