Skip to content

Commit

Permalink
the foreach arrow update πŸ”₯πŸ”₯
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianyourgod authored Jul 9, 2024
1 parent 30ef945 commit 66eac4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions blocks_vertical/control.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,8 @@ Blockly.Blocks['control_for_each'] = {
"type": "control_for_each",
"message0": Blockly.Msg.CONTROL_FOREACH,
"message1": "%1",
"message2": "%1",
"lastDummyAlign2": "RIGHT",
"args0": [
{
"type": "field_variable",
Expand All @@ -525,6 +527,16 @@ Blockly.Blocks['control_for_each'] = {
"name": "SUBSTACK"
}
],
"args2": [
{
"type": "field_image",
"src": Blockly.mainWorkspace.options.pathToMedia + "repeat.svg",
"width": 24,
"height": 24,
"alt": "*",
"flip_rtl": true
}
],
"category": Blockly.Categories.control,
"extensions": ["colours_control", "shape_statement"]
});
Expand Down

1 comment on commit 66eac4a

@hpxdev
Copy link

@hpxdev hpxdev commented on 66eac4a Jul 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is πŸ”₯ πŸ”₯

Please sign in to comment.