This commit is contained in:
2015-03-17 11:27:50 +01:00
5 changed files with 16 additions and 7 deletions
+1 -1
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);
}
}