예제 #1
0
 /// <summary>
 /// This is a single image sprite that rotates
 /// and move at a constant speed in a fixed direction
 /// </summary>
 private void SetupAsteroidController()
 {
     asteroidController = new AsteroidController();
     asteroidController.CreateAsteroids(graphicsDevice, Content);
 }