Package puppyeyes.engine

Examples of puppyeyes.engine.Actor


       


       

        Actor currentObject = null;
        if (currentScreen==0) { currentObject = itemBG; }
        itemBG.step();
        equipBG.step();
        statusBG.step();
        mapBG.step();
View Full Code Here

TOP

Related Classes of puppyeyes.engine.Actor

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.