A few more minor bugfixes; added targeting debugging
This commit is contained in:
@@ -50,6 +50,7 @@ public abstract class BulletType extends BaseBulletType<Bullet>{
|
||||
lifetime = 110f;
|
||||
hitsize = 8f;
|
||||
}
|
||||
|
||||
public void draw(Bullet b){
|
||||
float rad = 8f;
|
||||
Draw.color(Color.GRAY);
|
||||
|
||||
Reference in New Issue
Block a user