Fix colorbox spawned at the start.

This commit is contained in:
kenkeiras 2017-07-22 18:42:55 -04:00
parent 9157d2b7ad
commit 5839e9a693
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ class CanvasView extends View implements PartGrid {
if (!loadState()){
parts.add(new Placeholder(this, 50, 50, 750, 500));
parts.add(new ColorBox(this, 250, 250, 100, 100));
parts.add(new RoundButton(this, 500, 1200, 80, 100));
parts.add(new ColorBox(this, 600, 1000, 700, 1100));
parts.add(new RoundButton(this, 300, 1200, 80, 100));
}
}