laatste update
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import Applicatie.DrawObject;
|
||||
public class Path extends DrawObject {
|
||||
|
||||
public Path(Point2D position) {
|
||||
super("images/path.jpg", position);
|
||||
super("path", position);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user