Package com.palepail.TestGame.Model

Examples of com.palepail.TestGame.Model.HealthBar


    this.setActive(true);
    stage = 3;
    setStage(stage);
    setHealthQueue(0);
   
    hb = new HealthBar(0f, -90f, 19 * Configuration.gameScale, (float) .5 * Configuration.gameScale, new Vector2(1*Configuration.gameScale, 22.5f*Configuration.gameScale));
   
   
    spriteName = "BossOne";
    hbSpriteName = "healthBar";
   
View Full Code Here

TOP

Related Classes of com.palepail.TestGame.Model.HealthBar

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.