changeset 68:52897e3865bf

Text color in about box.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Feb 2011 08:28:45 +0200
parents b47f874db6be
children 163232ec225b
files game/Engine.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/game/Engine.java	Fri Feb 25 08:28:12 2011 +0200
+++ b/game/Engine.java	Fri Feb 25 08:28:45 2011 +0200
@@ -444,6 +444,7 @@
         }
         else
         {
+            g.setPaint(Color.yellow);
             g.drawString("(c) Copyright 2011 Matti 'ccr' Hämäläinen", x + 10, y + 55);
 
             g.setPaint(Color.white);