Package it.marteEngine.test.zombieEscape.state

Examples of it.marteEngine.test.zombieEscape.state.WaitState


    setHitBox(0, 0, image.getWidth(), image.getHeight());

    addType(ZOMBIE);

    stateManager.add(new WaitState(this));
    stateManager.add(new AlertState(this));
    stateManager.add(new MoveState(this));

  }
View Full Code Here

TOP

Related Classes of it.marteEngine.test.zombieEscape.state.WaitState

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.