Package net.itscrafted.entity

Examples of net.itscrafted.entity.Goal


    // set up factories
    EnemyFactory.init(pushBalls, player);
    ParticleFactory.init(particles);
   
    // set up goal
    goal = new Goal();
    LevelData.setGoal(goal);
   
    // use custom cursor
    Game.setCursor(Game.INVISIBLE);
    cursor = new Cursor();
View Full Code Here

TOP

Related Classes of net.itscrafted.entity.Goal

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.