public Game(MainWindow window) { Window = window; Scene = new Scene(this); AS = new AsteroidSpawner(this, 30, 400, 500, 100, 120, 1.7); }
public void Init() { playerController = ShipController.GetShip(gameView, new ShipModel()); asteroidSpawner = new AsteroidSpawner(gameView); }