Saven werkt van guus

This commit is contained in:
Yorick
2015-04-07 13:12:02 +02:00
parent 5a9c3f259a
commit ea7ecfcd56
17 changed files with 1163 additions and 98 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import java.awt.geom.Point2D;
public class Food extends DrawObject {
public Food(Point2D position) {
super("images/food.png", position);
super("food", position);
}
public String getName() {