Revision 20feb916
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/bandaged/BandagedPlayScreen.java | ||
---|---|---|
40 | 40 |
|
41 | 41 |
public class BandagedPlayScreen |
42 | 42 |
{ |
43 |
public static final int[] DEPTHS = new int[] {2,20,50,100,200,500,1000};
|
|
43 |
public static final int[] DEPTHS = new int[] {3,20,50,100,200,500,1000};
|
|
44 | 44 |
public static final int ANIMATION_ON = 0; |
45 | 45 |
public static final int ANIMATION_OFF = 1; |
46 | 46 |
|
Also available in: Unified diff
Fixes for scrambling locally-produced bandaged cuboid.
Still does not work completely.