Package Ocarina2D.TextEngine

Examples of Ocarina2D.TextEngine.Text


        magicHolder = new Sprite("Resources/Sprites/HUD/magicholder.png"); addFrame(magicHolder);
        magic = new Sprite("Resources/Sprites/HUD/magicbit.png"); addFrame(magic);


        itemholder = new Sprite("Resources/Sprites/HUD/itemholder.png");    addFrame(itemholder);
        actionText = new Text(GlobalVariables.action,true);


        draw.setVisible(true);
        position.x = 200;
        position.y = 5;
View Full Code Here

TOP

Related Classes of Ocarina2D.TextEngine.Text

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.