diff --git a/src/de/teamteamteam/spacescooter/entity/ShootingEntity.java b/src/de/teamteamteam/spacescooter/entity/ShootingEntity.java index 121e80a..582828b 100644 --- a/src/de/teamteamteam/spacescooter/entity/ShootingEntity.java +++ b/src/de/teamteamteam/spacescooter/entity/ShootingEntity.java @@ -13,7 +13,7 @@ public abstract class ShootingEntity extends LivingEntity { private int shootDirection; private int damageValue = 5; private int shootSpeed; - private String primaryShotImage = "images/shot01.png"; + private String primaryShotImage = "images/shot02.png"; public ShootingEntity(int x, int y) { super(x, y); diff --git a/src/de/teamteamteam/spacescooter/entity/shot/Shot.java b/src/de/teamteamteam/spacescooter/entity/shot/Shot.java index b4db16d..fbe6609 100644 --- a/src/de/teamteamteam/spacescooter/entity/shot/Shot.java +++ b/src/de/teamteamteam/spacescooter/entity/shot/Shot.java @@ -26,7 +26,7 @@ public class Shot extends LivingEntity { //public void setImage(String filename) { //super.setImage(filename); - //this.setPosition(this.x - this.getImage().getWidth() / 2, this.y - this.getImage().getHeight() / 2); + //this.setposition(this.x - this.getimage().getwidth() / 2, this.y - this.getimage().getheight() / 2); //} public int getDamageValue() {