This commit is contained in:
Yorick
2015-03-10 12:59:54 +00:00
3 changed files with 29 additions and 22 deletions
+2
View File
@@ -106,11 +106,13 @@ public class Panel extends JPanel {
}
public void setBackground(BufferedImage background) {
this.background = background;
}
public ArrayList<DrawObject> getObjects() {
return objects;
}