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 325ba33 commit 48edf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hoc2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ enum Instruments {
//% block="HOC2024" weight=200 color=#0B3D91 icon="\uf186"
namespace hoc2024 {

//% block="key %k %i1 drum %d"
//% block="key %k %i1 %i2 drum %d"
//% i1.fieldEditor="gridpicker"
//% i1.fieldOptions.columns=4
export function testInstrument(k: Keys, i1: Instruments, d: Drums ): void {
export function testInstrument(k: Keys, i1: Instruments, i2: Instruments, d: Drums ): void {
switch (i1) {
case Instruments.Pling:
player.say("Pling")
Expand Down

0 comments on commit 48edf9b

Please sign in to comment.