dumlubi ist dumm, rennt jetzt
This commit is contained in:
parent
a16ef5d7a7
commit
a3875a5e97
|
@ -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);
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue