Updatet a little change in the Items

This commit is contained in:
Licht 2014-11-18 13:14:21 +01:00
parent d2bdb93e91
commit 6b5af72666
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ public class TestItem1 extends Item {
public TestItem1(int x, int y) {
super(x, y);
this.setImage("images/items/item4.png");
this.setImage("images/items/item.png");
}
@Override