added shotpowerup image and used it, replaing item.png
This commit is contained in:
parent
7c6676f6d5
commit
9cd809b4a3
|
@ -6,8 +6,7 @@ public class ItemIncreaseDamage extends Item {
|
||||||
|
|
||||||
public ItemIncreaseDamage(int x, int y) {
|
public ItemIncreaseDamage(int x, int y) {
|
||||||
super(x, y);
|
super(x, y);
|
||||||
//TODO: Change Image
|
this.setImage("images/items/itemShotPowerUp.png");
|
||||||
this.setImage("images/items/item.png");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue