Package plar.core

Examples of plar.core.ActionNoGravity


        returnSpeedFactor = new Vec2(0.5f, 0.5f);

        setStaticSprite("res/elements/elevator.png");

        actions.addAction("adjust", new AdjustPlayer());
        actions.addAction("nogravity", new ActionNoGravity());

    }
View Full Code Here

TOP

Related Classes of plar.core.ActionNoGravity

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.