예제 #1
0
 /// <summary>
 /// This is a single image sprite that rotates
 /// and move at a constant speed in a fixed direction
 /// </summary>
 private void SetupAsteroid()
 {
     asteroidController.LoadImages(Content);
     asteroidController.CreateAsteroid();
 }