Revision 5c0c4988
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/bandaged/BandagedPlayScreen.java | ||
|---|---|---|
| 93 | 93 |
public void onClick(View v) |
| 94 | 94 |
{
|
| 95 | 95 |
ObjectControl control = act.getControl(); |
| 96 |
//int duration = BaseEffect.Type.FAST_SCRAMBLE.getDuration(); |
|
| 97 |
//control.fastScrambleObject(duration,NUM_SCRAMBLES); |
|
| 98 |
control.scrambleObject(30); |
|
| 96 |
int duration = BaseEffect.Type.FAST_SCRAMBLE.getDuration(); |
|
| 97 |
control.fastScrambleObject(duration,NUM_SCRAMBLES); |
|
| 99 | 98 |
mMovesController.clearMoves(act); |
| 100 | 99 |
} |
| 101 | 100 |
}); |
Also available in: Unified diff
Come back to fast scrambling.