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
@@ -7,7 +7,7 @@ public class OldPath extends DrawObject
public OldPath(Point2D position)
{
super("images/path.jpg", position);
super("path", position);
}
@Override