Package plar.core

Examples of plar.core.ElementSpawnPoint


            //b.getCurrentSpriteSet().get(0).offsety = -0.1f;
            addElement(b);
        }
        if(type=="S")
        {
            ElementSpawnPoint s = new ElementSpawnPoint();
            s.setPosition(x/2,y);
            addElement(s);
        }
        if(type=="[")
        {
            //b.setSize(0.3f,1.1f);
View Full Code Here

TOP

Related Classes of plar.core.ElementSpawnPoint

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.