comparison game/G.java @ 192:8dbaa093c562

Improve debug message handling.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Apr 2019 13:00:25 +0300
parents 189cd8fe2304
children
comparison
equal deleted inserted replaced
191:edf4081fecd6 192:8dbaa093c562
29 public static SoundManager smgr; 29 public static SoundManager smgr;
30 30
31 public static Dimension screenDim; 31 public static Dimension screenDim;
32 32
33 public static BufferedImage lautaBG = null, lautaBGScaled = null; 33 public static BufferedImage lautaBG = null, lautaBGScaled = null;
34
35 public static void debug(String msg)
36 {
37 System.out.print(msg);
38 }
34 } 39 }