Package fr.umlv.escapeir.menu

Examples of fr.umlv.escapeir.menu.Menu


    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();
  }
View Full Code Here

TOP

Related Classes of fr.umlv.escapeir.menu.Menu

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.