bugfixing
This commit is contained in:
parent
8b28361f2c
commit
8511d8d2ec
6
main.js
6
main.js
@ -37,9 +37,9 @@ let form = new Form(panelWidth, panelHeight - panelPaddingTop);
|
|||||||
let randomBox = new SwitchBox(true, 40, 20);
|
let randomBox = new SwitchBox(true, 40, 20);
|
||||||
let amountBox = new NumericBox(100, 30);
|
let amountBox = new NumericBox(100, 30);
|
||||||
amountBox.setValue(100);
|
amountBox.setValue(100);
|
||||||
let circlesBox = new SwitchBox(this, 40, 20);
|
let circlesBox = new SwitchBox(true, 40, 20);
|
||||||
let rectanglesBox = new SwitchBox(this, 40, 20);
|
let rectanglesBox = new SwitchBox(true, 40, 20);
|
||||||
let trianglesBox = new SwitchBox(this, 40, 20);
|
let trianglesBox = new SwitchBox(true, 40, 20);
|
||||||
|
|
||||||
form.addLine("random", "Random amount of shapes",randomBox);
|
form.addLine("random", "Random amount of shapes",randomBox);
|
||||||
form.addLine("amount", "Amount of shapes", amountBox);
|
form.addLine("amount", "Amount of shapes", amountBox);
|
||||||
|
Loading…
Reference in New Issue
Block a user