Normand Briere
2019-06-23 f1382bc839a74ef1d1534c61ea94e53cf54716df
Globals.java
....@@ -1,11 +1,18 @@
11
22 public class Globals
33 {
4
+ public static boolean DEBUG = false;
45 public static boolean ADVANCED = false;
56
67 static iCameraPane theRenderer;
78
89 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;
916
1017 static boolean CROWD = false;
1118 static public int drawMode = iCameraPane.DEFAULT; // WARNING