Normand Briere
2019-08-20 537f4ac57ae2b34f0a04fa63874c8ca6534c9a6d
Globals.java
....@@ -1,21 +1,29 @@
11
22 public class Globals
33 {
4
- public static boolean DEBUG = false;
5
- public static boolean ADVANCED = false;
4
+ static boolean NIMBUSLAF = false; // false;
5
+
6
+ static boolean TOOLTIPS = true; // true;
7
+ static boolean ADVANCED = false; // false;
8
+ static boolean DEBUG = false; // false
69
710 static iCameraPane theRenderer;
811
912 private static boolean LIVE = false;
13
+
14
+ // Option to set saturation to 1 when choosing a color first
15
+ public static boolean AUTOSATURATE = true;
16
+ public static boolean MINSHADER = false;
1017 public static boolean COMPUTESHADOWWHENLIVE = true;
1118 public static boolean RENDERSHADOW = true;
1219
13
- public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save)
20
+ public static boolean REPLACEONMAKE = false;
1421
1522 public static boolean MOUSEDRAGGED = false;
23
+ public static boolean TIMERRUNNING = false;
1624
1725 // Hold on calculation when moving camera
18
- public static boolean FREEZEONMOVE = false; // true;
26
+ public static boolean FREEZEONMOVE = false;
1927
2028 static boolean CROWD = false;
2129 static public int drawMode = iCameraPane.DEFAULT; // WARNING