comparison game/Engine.java @ 15:59ff451750fb

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Jan 2011 06:13:45 +0200
parents b89ecc8d5557
children 4507a431b410
comparison
equal deleted inserted replaced
14:ae717d7d05ae 15:59ff451750fb
221 "Could not load background image.", 221 "Could not load background image.",
222 "Initialization error", 222 "Initialization error",
223 JOptionPane.ERROR_MESSAGE); 223 JOptionPane.ERROR_MESSAGE);
224 } 224 }
225 225
226 // Graphics2D g = img.getGraphics();
227 // atrans = AffineTransform.getScaleInstance(img.getWidth(), 3);
228
229 lauta = new GameBoard(); 226 lauta = new GameBoard();
230 addKeyListener(this); 227 addKeyListener(this);
231 228
232 } 229 }
233 230