Exemplo n.º 1
0
 public void reset()
 {
     moving      = false;
     minRotation = maxRotation - (Mathf.PI / 3f);
     setRotation(maxRotation);
     fastening = true;
     setScale(minScale);
     setBoltRotation(getRotation() + boltRotation);
     cyclesLeft = cyclesNeeded;
     finished   = false;
     arrowBlink.disableBlink(false);
 }