Package com.pointcliki.dizgruntled.logic

Examples of com.pointcliki.dizgruntled.logic.RollingBall


    } else if (logic.equals("TileTriggerSwitch")) {
      l = new Cause();
    } else if (logic.equals("CoveredPowerup") || logic.equals("Brickz")) {
      l = new Hidden();
    } else if (logic.equals("RollingBall")) {
      l = new RollingBall();
    } else if (logic.equals("ExitTrigger")) {
      l = new Fort();
    } else if (logic.equals("FortressFlag")) {
      l = new FortressFlag();
    } else if (logic.equals("CheckpointTrigger")) {
View Full Code Here

TOP

Related Classes of com.pointcliki.dizgruntled.logic.RollingBall

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.