Block display bar cleanup

This commit is contained in:
Anuken
2018-02-02 20:54:07 -05:00
parent aad61d94e6
commit d7dc46b5c0
19 changed files with 96 additions and 129 deletions
@@ -291,7 +291,7 @@ public abstract class BulletType extends BaseBulletType<Bullet>{
Draw.reset();
}
},
flame = new BulletType(0.6f, 5){ //for turrets
flame = new BulletType(0.7f, 5){ //for turrets
public void draw(Bullet b){
Draw.color(Color.YELLOW, Color.SCARLET, b.time/lifetime);
float size = 6f-b.time/lifetime*5f;