Package ch.sahits.game.graphic.display.gameplay

Examples of ch.sahits.game.graphic.display.gameplay.SubMenu


    rectangle = new Rectangle();
    rectangle.x=rect.x+BORDER_SPACING;
    rectangle.y=rect.y+TOP_STATUS_HEIGHT+MAP_OVERVIEW_HEIGHT+MENU_HEIGHT+HORIZONTAL_DECO_HEIGHT;
    rectangle.height=TOP_STATUS_HEIGHT-HORIZONTAL_DECO_HEIGHT;
    rectangle.width=LEFT_STATUS_PANEL_WIDTH;
    subMenu = new SubMenu(rectangle);
    subMenu.setEnabled(true);
    // notice board
    rectangle = new Rectangle();
    rectangle.x=rect.x+5;
    rectangle.y=rect.y+TOP_STATUS_HEIGHT+MAP_OVERVIEW_HEIGHT+MENU_HEIGHT+TOP_STATUS_HEIGHT+6;
View Full Code Here


    rectangle = new Rectangle();
    rectangle.x=rect.x+BORDER_SPACING;
    rectangle.y=rect.y+TOP_STATUS_HEIGHT+MAP_OVERVIEW_HEIGHT+MENU_HEIGHT+HORIZONTAL_DECO_HEIGHT;
    rectangle.height=TOP_STATUS_HEIGHT-HORIZONTAL_DECO_HEIGHT;
    rectangle.width=LEFT_STATUS_PANEL_WIDTH;
    subMenu = new SubMenu(rectangle);
    subMenu.setEnabled(true);
    // notice board
    rectangle = new Rectangle();
    rectangle.x=rect.x+5;
    rectangle.y=rect.y+TOP_STATUS_HEIGHT+MAP_OVERVIEW_HEIGHT+MENU_HEIGHT+TOP_STATUS_HEIGHT+6;
View Full Code Here

TOP

Related Classes of ch.sahits.game.graphic.display.gameplay.SubMenu

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.