Normand Briere
2019-06-23 f1382bc839a74ef1d1534c61ea94e53cf54716df
Globals.java
....@@ -1,7 +1,18 @@
11
22 public class Globals
33 {
4
+ public static boolean DEBUG = false;
5
+ public static boolean ADVANCED = false;
6
+
7
+ static iCameraPane theRenderer;
8
+
49 private static boolean LIVE = false;
10
+ public static boolean RENDERSHADOW = true;
11
+
12
+ public static boolean MOUSEDRAGGED = false;
13
+
14
+ // Hold on calculation when moving camera
15
+ public static boolean FREEZEONMOVE = false; // true;
516
617 static boolean CROWD = false;
718 static public int drawMode = iCameraPane.DEFAULT; // WARNING