added stuff

This commit is contained in:
unknown
2015-03-17 12:23:43 +01:00
parent 87bf6d9295
commit 2f53d1353f
35 changed files with 1465 additions and 195 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import Applicatie.DrawObject;
public class Podium extends DrawObject {
public Podium(Point2D position) {
super("images/stage3.png", position);
super("images/stage4.png", position);
}
}
}