# HG changeset patch # User Matti Hamalainen # Date 1298615325 -7200 # Node ID 52897e3865bf18bc32ef431b71535db4f588e839 # Parent b47f874db6be184c54d47fa0777371fead15fd50 Text color in about box. diff -r b47f874db6be -r 52897e3865bf game/Engine.java --- 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);