public void step(float dt) {
   time += dt;
   label.setString(new CCFormatter().format("%2.2f Test", time));
 }