Skip to content

Commit

Permalink
FIXES ISSUE sugarlabs#3895 Add alphabet "G" as a block found in easy …
Browse files Browse the repository at this point in the history
…mode

The requirement of this bug is to add the pitch G4 nad Alphabet G block in pitch menu of the beginner mode.
  • Loading branch information
omsuneri authored Aug 21, 2024
1 parent 87bcbba commit 5c4b512
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 5c4b512

Please sign in to comment.