Normand Briere
2019-10-06 ce660a4b6ba367bd162dd2cff26d02c80a34c912
Globals.java
....@@ -1,18 +1,28 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
5
- public static boolean ADVANCED = false;
4
+ static boolean WALK = false;
5
+
6
+ static boolean SHOWINFO = true;
7
+
8
+ static boolean ADVANCED = false; // false;
9
+
10
+ static boolean NIMBUSLAF = false; // false;
11
+
12
+ static boolean TOOLTIPS = true; // true;
13
+ static boolean DEBUG = false; // false
614
715 static iCameraPane theRenderer;
816
917 private static boolean LIVE = false;
1018
19
+ // Option to set saturation to 1 when choosing a color first
20
+ public static boolean AUTOSATURATE = true;
1121 public static boolean MINSHADER = false;
12
- public static boolean COMPUTESHADOWWHENLIVE = true;
22
+ public static boolean COMPUTESHADOWWHENLIVE = false; // true;
1323 public static boolean RENDERSHADOW = true;
1424
15
- public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
25
+ public static boolean REPLACEONMAKE = false; // false;
1626
1727 public static boolean MOUSEDRAGGED = false;
1828 public static boolean TIMERRUNNING = false;