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