Package res.players.Queen

Examples of res.players.Queen.SpriteManager


        reducedSize =  new Vec2(0.6f,0.35f);
        standardSize =  new Vec2(0.3f,0.7f);
        description = "use the SPECIAL key to become INVISIBLE";
        presentation = "res/players/kittycat/kittysr.png";

        actions.addAction("actionManager", new SpriteManager());



    }
View Full Code Here

TOP

Related Classes of res.players.Queen.SpriteManager

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.