From a3875a5e97ff4b8d144fd7f92db2a56d094a95bf Mon Sep 17 00:00:00 2001 From: lubiana Date: Thu, 6 Nov 2014 19:02:03 +0100 Subject: [PATCH] dumlubi ist dumm, rennt jetzt --- src/de/teamteamteam/spacescooter/entity/ShootingEntity.java | 2 +- src/de/teamteamteam/spacescooter/entity/shot/Shot.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {