Package ru.vagrant_ai.questionmarkgame.obj

Examples of ru.vagrant_ai.questionmarkgame.obj.BrokenObject


 
    public void init(GameContainer gc, StateBasedGame sbg)
    {
      pause = new Pause();
    gui = new GUI();
    broken_object = new BrokenObject();
    player = new Player();
    player.gun = new Gun();
    hp = new HPBar();
    monster = new MonsterHandler(); //not a single monster, but a class controlling randomly generated monsters
    monster_controller = new MonsterWaveController();
View Full Code Here

TOP

Related Classes of ru.vagrant_ai.questionmarkgame.obj.BrokenObject

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.