Skip to content

Commit

Permalink
Update hoc2024.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Jun 18, 2024
1 parent 7af98ee commit 1791163
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hoc2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1791163

Please sign in to comment.