Skip to content

Commit 0435d48

Browse files
committed
set heading block should be on beginner's palette
1 parent ed22358 commit 0435d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: js/blocks/GraphicsBlocks.js

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ function setupGraphicsBlocks() {
389389
//.TRANS: set compass heading
390390
super("setheading", _("set heading"));
391391
this.setPalette("graphics");
392+
this.beginnerBlock(this.lang !== "ja");
392393
this.piemenuValuesC1 = [0, 30, 45, 60, 90, 120, 135, 150, 180,
393394
210, 225, 240, 270, 300, 315, 330];
394395

0 commit comments

Comments
 (0)