diff --git a/src/de/teamteamteam/spacescooter/entity/shot/Shot.java b/src/de/teamteamteam/spacescooter/entity/shot/Shot.java index d8a2342..f614301 100644 --- a/src/de/teamteamteam/spacescooter/entity/shot/Shot.java +++ b/src/de/teamteamteam/spacescooter/entity/shot/Shot.java @@ -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; }