dumlubi ist dumm, rennt jetzt

This commit is contained in:
lubiana 2014-11-06 19:02:03 +01:00
parent a16ef5d7a7
commit a3875a5e97
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ public abstract class ShootingEntity extends LivingEntity {
private int shootDirection; private int shootDirection;
private int damageValue = 5; private int damageValue = 5;
private int shootSpeed; private int shootSpeed;
private String primaryShotImage = "images/shot01.png"; private String primaryShotImage = "images/shot02.png";
public ShootingEntity(int x, int y) { public ShootingEntity(int x, int y) {
super(x, y); super(x, y);

View File

@ -26,7 +26,7 @@ public class Shot extends LivingEntity {
//public void setImage(String filename) { //public void setImage(String filename) {
//super.setImage(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() { public int getDamageValue() {