Examples of WorldSelectPage


Examples of com.google.gwt.maeglin89273.game.ashinyballonthecross.client.page.WorldSelectPage

    super(p,r, new SpriteBlock(5*(200+SpriteBlock.SPACING),2*(200+SpriteBlock.SPACING),200,200, ASBOTXConfigs.Utility.getButtonsSpriteSheet()));
  }

  @Override
  public void doTask() {
    MEngine.getGeneralGame().setPage(new WorldSelectPage());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.