Revision 48acd7c6
Added by Leszek Koltunski over 3 years ago
src/main/java/org/distorted/helpers/BlockController.java | ||
---|---|---|
45 | 45 |
public static final int CONTROL_PLACE_1 =21; |
46 | 46 |
public static final int MOVES_PLACE_0 =30; |
47 | 47 |
|
48 |
private static final long THRESHHOLD_0 = 5000;
|
|
48 |
private static final long THRESHHOLD_0 = 3000;
|
|
49 | 49 |
private static final long THRESHHOLD_1 = 25000; |
50 | 50 |
|
51 | 51 |
private static long mPauseTime, mResumeTime; |
Also available in: Unified diff
BlockController: Unblock after 3 seconds.