Normand Briere
2019-08-22 0c7b833be7d86598a6813cd1c6db0ca9e1b17966
Globals.java
....@@ -1,18 +1,24 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
5
- public static boolean ADVANCED = false;
4
+ static boolean ADVANCED = false; // false;
5
+
6
+ static boolean NIMBUSLAF = false; // false;
7
+
8
+ static boolean TOOLTIPS = true; // true;
9
+ static boolean DEBUG = false; // false
610
711 static iCameraPane theRenderer;
812
913 private static boolean LIVE = false;
1014
15
+ // Option to set saturation to 1 when choosing a color first
16
+ public static boolean AUTOSATURATE = true;
1117 public static boolean MINSHADER = false;
1218 public static boolean COMPUTESHADOWWHENLIVE = true;
1319 public static boolean RENDERSHADOW = true;
1420
15
- public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save)
21
+ public static boolean REPLACEONMAKE = false;
1622
1723 public static boolean MOUSEDRAGGED = false;
1824 public static boolean TIMERRUNNING = false;