.. | .. |
---|
1 | 1 | |
---|
2 | 2 | public class Globals |
---|
3 | 3 | { |
---|
4 | | - public static boolean ADVANCED = true; //false; |
---|
| 4 | + public static boolean DEBUG = false; |
---|
| 5 | + public static boolean ADVANCED = false; |
---|
5 | 6 | |
---|
6 | 7 | static iCameraPane theRenderer; |
---|
7 | 8 | |
---|
8 | 9 | private static boolean LIVE = false; |
---|
| 10 | + public static boolean COMPUTESHADOWWHENLIVE = true; |
---|
9 | 11 | public static boolean RENDERSHADOW = true; |
---|
10 | 12 | |
---|
| 13 | + public static boolean SAVEONMAKE = false; // problems when auto-save (works with manual save) |
---|
| 14 | + |
---|
11 | 15 | public static boolean MOUSEDRAGGED = false; |
---|
| 16 | + public static boolean TIMERRUNNING = false; |
---|
12 | 17 | |
---|
13 | 18 | // Hold on calculation when moving camera |
---|
14 | 19 | public static boolean FREEZEONMOVE = false; // true; |
---|