Package net.itscrafted.entity

Examples of net.itscrafted.entity.Player


    pushBalls = new ArrayList<PushBall>();
    particles = new ArrayList<Particle>();
    bubbles = new ArrayList<Bubble>();
   
    // set up player
    player = new Player();
    LevelData.setPlayer(player);
   
    // set up factories
    EnemyFactory.init(pushBalls, player);
    ParticleFactory.init(particles);
View Full Code Here

TOP

Related Classes of net.itscrafted.entity.Player

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.