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 Entrance extends DrawObject
public Entrance(Point2D position)
{
super("images/entrance.png", position);
super("entrance", position);
}
@Override