Normand Briere
2019-08-12 b1d79b74514041a059b454a9f6fc3970773c0cb8
Globals.java
....@@ -7,16 +7,20 @@
77 static iCameraPane theRenderer;
88
99 private static boolean LIVE = false;
10
+
11
+ // Option to set saturation to 1 when choosing a color first
12
+ public static boolean AUTOSATURATE = true;
13
+ public static boolean MINSHADER = false;
1014 public static boolean COMPUTESHADOWWHENLIVE = true;
1115 public static boolean RENDERSHADOW = true;
1216
13
- public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save)
17
+ public static boolean REPLACEONMAKE = false;
1418
1519 public static boolean MOUSEDRAGGED = false;
1620 public static boolean TIMERRUNNING = false;
1721
1822 // Hold on calculation when moving camera
19
- public static boolean FREEZEONMOVE = false; // true;
23
+ public static boolean FREEZEONMOVE = false;
2024
2125 static boolean CROWD = false;
2226 static public int drawMode = iCameraPane.DEFAULT; // WARNING