Examples of AlertState


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

    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
Copyright © 2018 www.massapi.com. 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.