Changed to new Podium (Stage)

This commit is contained in:
Remco
2015-03-17 10:30:10 +01:00
parent f6bb5a8f44
commit b9eb9965dc
+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);
}
}