Ejemplo n.º 1
0
 public void setCheckPoint(Vector2 point) {
   this.spawnPoint = point.cpy();
   this.spawnPoint.add(0.025F, 0);
 }