Remove unused method from Shot class.
This commit is contained in:
parent
c3fb13e3eb
commit
b60abdc577
|
@ -24,11 +24,6 @@ public class Shot extends LivingEntity {
|
|||
this.setPosition(this.x - this.getImage().getWidth() / 2, this.y - this.getImage().getHeight() / 2);
|
||||
}
|
||||
|
||||
//public void setImage(String filename) {
|
||||
//super.setImage(filename);
|
||||
//this.setposition(this.x - this.getimage().getwidth() / 2, this.y - this.getimage().getheight() / 2);
|
||||
//}
|
||||
|
||||
public int getDamageValue() {
|
||||
return this.damageValue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue