Text field dialog cleanup

This commit is contained in:
Anuken
2020-07-15 10:01:01 -04:00
parent 7f6026bd52
commit fd89911dd4
11 changed files with 54 additions and 150 deletions

View File

@@ -23,8 +23,7 @@ public class BasicBulletType extends BulletType{
super(speed, damage);
this.sprite = bulletSprite;
}
public BasicBulletType(float speed, float damage){
this(speed, damage, "bullet");
}