Package pu.web.client.gui.impl

Examples of pu.web.client.gui.impl.PU_WorldPanel


  }
 
  public void initPanels()
  {
    mWorldPanel = new PU_WorldPanel(0, 0, PU_Engine.SCREEN_WIDTH, PU_Engine.SCREEN_HEIGHT);
    mWorldPanel.setVisible(false);
    PUWeb.gui().getRoot().addChild(mWorldPanel);
   
    mBattlePanel = new PU_BattlePanel(0, 0, PU_Engine.SCREEN_WIDTH, PU_Engine.SCREEN_HEIGHT);
    mBattlePanel.setVisible(false);
View Full Code Here

TOP

Related Classes of pu.web.client.gui.impl.PU_WorldPanel

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.