Revision fa93ffc2
Added by Leszek Koltunski about 1 year ago
src/main/java/org/distorted/bandaged/BandagedPlayScreen.java | ||
---|---|---|
94 | 94 |
{ |
95 | 95 |
ObjectControl control = act.getControl(); |
96 | 96 |
int duration = BaseEffect.Type.FAST_SCRAMBLE.getDuration(); |
97 |
control.fastScrambleObject(duration,NUM_SCRAMBLES); |
|
97 |
//control.fastScrambleObject(duration,NUM_SCRAMBLES); |
|
98 |
control.scrambleObject(10); |
|
98 | 99 |
mMovesController.clearMoves(act); |
99 | 100 |
} |
100 | 101 |
}); |
Also available in: Unified diff
progress with TwistyBandagedMegaminx.