Removed unnecessary files, and ready to implement

This commit is contained in:
Yorick
2015-02-25 22:16:55 +00:00
parent fb224081cc
commit 53195bfc7f
13 changed files with 88 additions and 954 deletions
+5
View File
@@ -62,6 +62,11 @@ public class StagePanel extends JPanel
return this.posX;
}
public void setLength(int length)
{
this.width = length;
}
public void setStageStartTime(int startTime)
{
stage.setStartTime(startTime);