Skip to content

Commit

Permalink
make stop size normal
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Feb 12, 2024
1 parent 4a7a9d3 commit e5ed8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks_vertical/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Blockly.Blocks['event_whenstopclicked'] = {
{
"type": "field_image",
"src": Blockly.mainWorkspace.options.pathToMedia + "/icons/control_stop.svg",
"width": 32,
"height": 32,
"width": 24,
"height": 24,
"alt": "stop"
}
],
Expand Down

0 comments on commit e5ed8dd

Please sign in to comment.