.. | .. |
---|
8 | 8 | |
---|
9 | 9 | private static boolean LIVE = false; |
---|
10 | 10 | |
---|
| 11 | + // Option to set saturation to 1 when choosing a color first |
---|
| 12 | + public static boolean AUTOSATURATE = true; |
---|
11 | 13 | public static boolean MINSHADER = false; |
---|
12 | 14 | public static boolean COMPUTESHADOWWHENLIVE = true; |
---|
13 | 15 | public static boolean RENDERSHADOW = true; |
---|
14 | 16 | |
---|
15 | | - public static boolean REPLACEONMAKE = true; // problems when auto-save (works with manual save) |
---|
| 17 | + public static boolean REPLACEONMAKE = false; |
---|
16 | 18 | |
---|
17 | 19 | public static boolean MOUSEDRAGGED = false; |
---|
18 | 20 | public static boolean TIMERRUNNING = false; |
---|