129130131132133134135
this.background = new Background("stars.png", planet + ".png"); this.world = new World(new Vec2(0, 0)); this.player = new PlayerShip(playerLife); this.ships = 10; this.currentShips = new ArrayList<>(); this.menu = new Menu(); }