Skip to content

Commit 8b24be0

Browse files
author
Ray Schamp
committed
Fix say block icon path
À la #65
1 parent b9ea043 commit 8b24be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks_horizontal/looks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Blockly.Blocks['looks_say'] = {
4040
"args0": [
4141
{
4242
"type": "field_image",
43-
"src": "../media/icons/looks_say.svg",
43+
"src": Blockly.mainWorkspace.options.pathToMedia + "icons/looks_say.svg",
4444
"width": 40,
4545
"height": 40,
4646
"alt": "say"

0 commit comments

Comments
 (0)