.. | .. |
---|
1 | 1 | |
---|
2 | 2 | public class Globals |
---|
3 | 3 | { |
---|
| 4 | + static boolean SHOWINFO = true; |
---|
| 5 | + |
---|
| 6 | + static boolean ADVANCED = false; // false; |
---|
| 7 | + |
---|
4 | 8 | static boolean NIMBUSLAF = false; // false; |
---|
5 | 9 | |
---|
6 | 10 | static boolean TOOLTIPS = true; // true; |
---|
7 | | - static boolean ADVANCED = false; // false; |
---|
8 | 11 | static boolean DEBUG = false; // false |
---|
9 | 12 | |
---|
10 | 13 | static iCameraPane theRenderer; |
---|
.. | .. |
---|
17 | 20 | public static boolean COMPUTESHADOWWHENLIVE = true; |
---|
18 | 21 | public static boolean RENDERSHADOW = true; |
---|
19 | 22 | |
---|
20 | | - public static boolean REPLACEONMAKE = false; |
---|
| 23 | + public static boolean REPLACEONMAKE = true; // false; |
---|
21 | 24 | |
---|
22 | 25 | public static boolean MOUSEDRAGGED = false; |
---|
23 | 26 | public static boolean TIMERRUNNING = false; |
---|