Ejemplo n.º 1
0
 private void startUpperWait(VelocityComponent velComp, SmushComponent smushComp, TimerComponent timerComp, Entity e)
 {
     velComp.setVelocity(0, 0);
     if (!timerComp.hasTimer(upperWaitTimer))
     {
         timerComp.addTimer(upperWaitTimer, smushComp.getUpperWaitTime());
     }
     smushComp.setStateUpperWait();
 }