Remove unused method from Shot class.

This commit is contained in:
Jan Philipp Timme 2014-11-06 19:44:27 +01:00
parent c3fb13e3eb
commit b60abdc577
1 changed files with 1 additions and 6 deletions

View File

@ -23,12 +23,7 @@ public class Shot extends LivingEntity {
this.setImage(filename);
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;
}