Normand Briere
2019-07-22 c570e1e38f2ff8622a71f81436654bad01cfdd5b
Globals.java
....@@ -1,7 +1,22 @@
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 COMPUTESHADOWWHENLIVE = true;
11
+ public static boolean RENDERSHADOW = true;
12
+
13
+ public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
14
+
15
+ public static boolean MOUSEDRAGGED = false;
16
+ public static boolean TIMERRUNNING = false;
17
+
18
+ // Hold on calculation when moving camera
19
+ public static boolean FREEZEONMOVE = false;
520
621 static boolean CROWD = false;
722 static public int drawMode = iCameraPane.DEFAULT; // WARNING