示例#1
0
  boolean go() {

    wrinkle.update(terrains);
    drawToBuff();
    drawToPanel();
    try {
      Thread.sleep(Global.timeStep);
    } catch (Exception e) {
      e.printStackTrace();
      return false;
    }
    return true;
  }