Esempio n. 1
0
 public void ResetPosition()
 {
     snake.Head.Position = new SFML.System.Vector2f(400, 400);
     snake.MoveRight();
 }