Skip to content

Commit

Permalink
Merge pull request #1 from omsuneri/omsuneri-1
Browse files Browse the repository at this point in the history
FIXES ISSUE sugarlabs#3895 Add alphabet "G" as a block found in easy mode
  • Loading branch information
omsuneri authored Aug 21, 2024
2 parents 87bcbba + 5c4b512 commit 360d2b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/blocks/PitchBlocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ function setupPitchBlocks(activity) {
"note2"
]);
this.formBlock({ outType: "noteout" });
this.beginnerBlock(true);
}
}

Expand Down Expand Up @@ -1841,6 +1842,7 @@ function setupPitchBlocks(activity) {
[1, ["notename", { value: "G" }], 0, 0, [0]],
[2, ["number", { value: 4 }], 0, 0, [0]]
]);
this.beginnerBlock(true);
}
}

Expand Down

0 comments on commit 360d2b2

Please sign in to comment.