Normand Briere
2019-06-17 13e9febe94aaeebad9c97f6d3e2aa4d73b2495c8
Globals.java
....@@ -1,9 +1,17 @@
11
22 public class Globals
33 {
4
+ public static boolean ADVANCED = true; //false;
5
+
46 static iCameraPane theRenderer;
57
68 private static boolean LIVE = false;
9
+ public static boolean RENDERSHADOW = true;
10
+
11
+ public static boolean MOUSEDRAGGED = false;
12
+
13
+ // Hold on calculation when moving camera
14
+ public static boolean FREEZEONMOVE = false; // true;
715
816 static boolean CROWD = false;
917 static public int drawMode = iCameraPane.DEFAULT; // WARNING