# HG changeset patch # User Matti Hamalainen # Date 1306856690 -10800 # Node ID 8c3bc197310dabf5ec1d56dcb3ac335efda73202 # Parent cce60b6960cad0ea8ecddb0d7fdce2d7673ff5bf Cosmetics. diff -r cce60b6960ca -r 8c3bc197310d game/Engine.java --- a/game/Engine.java Tue May 31 18:44:28 2011 +0300 +++ b/game/Engine.java Tue May 31 18:44:50 2011 +0300 @@ -113,7 +113,7 @@ int x = getScaledX(), y = getScaledY(), w = getScaledWidth(), h = getScaledHeight(); - g.setPaint(new Color(0.0f, 0.0f, 0.0f, 0.6f)); + g.setPaint(new Color(0.0f, 0.0f, 0.0f, 0.7f)); g.fill(new RoundRectangle2D.Float(x, y, w, h, 10, 10)); setTextFont(G.fonts[3], G.metrics[3]); @@ -125,7 +125,8 @@ setTextFont(G.fonts[1], G.metrics[1]); if (aboutSecret) { - g.drawImage(aboutImg, x + 20, y + 55, aboutImg.getWidth(), aboutImg.getHeight(), null); + g.drawImage(aboutImg, x + 20, y + 55, + aboutImg.getWidth(), aboutImg.getHeight(), null); setCurrPos(x + 225, y + 75); drawString(g,