changeset 179:ac5cf78a1cd2

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Mar 2017 10:47:09 +0200
parents 981a8e20b363
children fa9f29387cff
files game/Engine.java
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/game/Engine.java	Thu Mar 16 10:45:39 2017 +0200
+++ b/game/Engine.java	Thu Mar 16 10:47:09 2017 +0200
@@ -77,6 +77,7 @@
         "and placing pieces. More points will be awarded for\n"+
         "advancing the path by several segments per turn."
         );
+
         super.paint(g);
     }
 
@@ -251,7 +252,7 @@
         {
             nextPiece.animate(time);
         }
-            
+
         ptime = time;
         for (int y = 0; y < boardSize; y++)
         for (int x = 0; x < boardSize; x++)
@@ -529,7 +530,7 @@
 
                 G.fonts = new Font[G.numFonts];
                 G.baseFont = Font.createFont(Font.TRUETYPE_FONT, res.getStream());
-                
+
                 setupDerivedFonts(1.0f);
             }
             catch (FontFormatException e)
@@ -628,7 +629,7 @@
             // Rescale IDM GUI widgets
             widgets.setScale(dw, dh);
         }
-        
+
         if (updateBoard)
         {
 //            dbg("updateBoard()\n");