From 17911635bc87d9a0deba19464e3763ab221c9bdd Mon Sep 17 00:00:00 2001 From: neonerz Date: Tue, 18 Jun 2024 16:41:04 -0400 Subject: [PATCH] Update hoc2024.ts --- hoc2024.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hoc2024.ts b/hoc2024.ts index 5f38f5d..50c5284 100644 --- a/hoc2024.ts +++ b/hoc2024.ts @@ -44,11 +44,7 @@ namespace hoc2024 { //% block="key %k %i1 %i2 %i3 drum %d" //% i1.fieldEditor="gridpicker" //% i1.fieldOptions.columns=4 - //% i2.fieldEditor="gridpicker" - //% i2.fieldOptions.columns=4 - //% i3.fieldEditor="gridpicker" - //% i3.fieldOptions.columns=4 - export function testInstrument(k: Keys, i1: Instruments, i2: Instruments, i3: Instruments, d: Drums ): void { + export function testInstrument(k: Keys, i1: Instruments, d: Drums ): void { switch (i1) { case Instruments.Pling: player.say("Pling")