This commit is contained in:
Anuken
2020-09-03 15:23:08 -04:00
parent 686d922119
commit 90247e3b27
4 changed files with 20 additions and 6 deletions
@@ -32,6 +32,11 @@ public class ShrapnelBulletType extends BulletType{
Damage.collideLaser(b, length);
}
@Override
public float range(){
return length;
}
@Override
public void draw(Bullet b){
float realLength = b.fdata;