fixed stuff

This commit is contained in:
xrgman
2015-04-07 17:07:32 +02:00
parent 5ec737e707
commit 98af73b15e
42 changed files with 4384 additions and 152 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