Package pu.web.client.gui.impl

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


  {
    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);
    PUWeb.gui().getRoot().addChild(mBattlePanel);
   
    mChatPanel = new PU_ChatPanel(0, 0, PU_Engine.SCREEN_WIDTH, PU_Engine.SCREEN_HEIGHT);
    mChatPanel.setVisible(false);
View Full Code Here

TOP

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

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.