Package net.sertik.genesia.ui

Examples of net.sertik.genesia.ui.TileWithDescriptionNode


    mainBackground.setImage(Assets.getBackground(Assets.IMAGE_SCREENS_GAME_MAIN_BACKGROUND));

    final ImageView menuBackground = new ImageView();
    menuBackground.setImage(Assets.getBackground(Assets.IMAGE_SCREENS_MENU_BACKGROUND));

    selectedTileInfo = new TileWithDescriptionNode();
    selectedTileInfo.setLayoutX(61.0);
    selectedTileInfo.setLayoutY(36.0);

    Rectangle selectedTileInfoRect = new Rectangle(160.0, 176.0, Color.WHITE);
    selectedTileInfoRect.setArcWidth(3.0);
View Full Code Here

TOP

Related Classes of net.sertik.genesia.ui.TileWithDescriptionNode

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.