fixed stuff
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user