translucent console
authorMarek Moeckel <wansti@gmx.de>
Sat, 8 Apr 2006 23:25:55 +0000 (23:25 +0000)
committerMarek Moeckel <wansti@gmx.de>
Sat, 8 Apr 2006 23:25:55 +0000 (23:25 +0000)
SVN-Revision: 3273

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

diff --git a/data/images/engine/console.png b/data/images/engine/console.png
new file mode 100644 (file)
index 0000000..e4ef4d5
Binary files /dev/null and b/data/images/engine/console.png differ
index 8a330b9..ba4df78 100644 (file)
@@ -32,7 +32,7 @@ namespace {
 
 Console::Console()
 {
-  background = new Surface("images/engine/console.jpg");
+  background = new Surface("images/engine/console.png");
 }
 
 Console::~Console()