diff --git a/hoc2024.ts b/hoc2024.ts index 5be29fb..1ba4cc6 100644 --- a/hoc2024.ts +++ b/hoc2024.ts @@ -43,13 +43,10 @@ namespace hoc2024 { //% block="Key: %k %i1 %i2 %i3 %d" //% i1.fieldEditor="gridpicker" - //% i1.fieldOptions.width=110 //% i1.fieldOptions.columns=4 //% i2.fieldEditor="gridpicker" - //% i2.fieldOptions.width=110 //% i2.fieldOptions.columns=4 //% i3.fieldEditor="gridpicker" - //% i3.fieldOptions.width=110 //% i3.fieldOptions.columns=4 export function testInstrument(i1: Instruments, i2: Instruments, i3: Instruments, k: Keys, d: Drums ): void { switch (i1) {