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
@@ -6,7 +6,7 @@ public class Stage extends DrawObject
{
public Stage(Point2D position)
{
super("images/stage4.png", position);
super("stage", position);
}
@Override