public int getProgressScaled(int s) {
   return s * freezeTick / timer.getCap();
 }