diff 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
line wrap: on
line diff
--- a/game/G.java	Thu Apr 04 12:47:29 2019 +0300
+++ b/game/G.java	Tue Apr 23 13:00:25 2019 +0300
@@ -31,4 +31,9 @@
     public static Dimension screenDim;
 
     public static BufferedImage lautaBG = null, lautaBGScaled = null;
+
+    public static void debug(String msg)
+    {
+        System.out.print(msg);
+    }
 }