Fix colorbox spawned at the start.
This commit is contained in:
parent
9157d2b7ad
commit
5839e9a693
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user