.. | .. |
---|
1 | 1 | |
---|
2 | 2 | public class Globals |
---|
3 | 3 | { |
---|
4 | | - public static boolean DEBUG = false; |
---|
| 4 | + public static boolean TOOLTIPS = true; // false; |
---|
5 | 5 | public static boolean ADVANCED = false; |
---|
| 6 | + public static boolean DEBUG = false; |
---|
6 | 7 | |
---|
7 | 8 | static iCameraPane theRenderer; |
---|
8 | 9 | |
---|
9 | 10 | private static boolean LIVE = false; |
---|
10 | 11 | |
---|
| 12 | + // Option to set saturation to 1 when choosing a color first |
---|
| 13 | + public static boolean AUTOSATURATE = true; |
---|
11 | 14 | public static boolean MINSHADER = false; |
---|
12 | 15 | public static boolean COMPUTESHADOWWHENLIVE = true; |
---|
13 | 16 | public static boolean RENDERSHADOW = true; |
---|
14 | 17 | |
---|
15 | | - public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save) |
---|
| 18 | + public static boolean REPLACEONMAKE = false; |
---|
16 | 19 | |
---|
17 | 20 | public static boolean MOUSEDRAGGED = false; |
---|
18 | 21 | public static boolean TIMERRUNNING = false; |
---|