added Food, edited the icons and changed the sprites

This commit is contained in:
aareschluchtje
2015-03-17 12:42:36 +01:00
parent ddf5e4e908
commit 140d5803ef
10 changed files with 24 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import Applicatie.DrawObject;
public class Stage extends DrawObject {
public Stage(Point2D position) {
super("images/stage3.png", position);
super("images/stage4.png", position);
}
@Override