From e4cfe5157c4fae018c6a972bb0ff9b0150937c9c Mon Sep 17 00:00:00 2001 From: ocogeclub Date: Mon, 18 Jan 2021 00:19:49 +0900 Subject: [PATCH] :recycle: index.html fix icon of multimedia add new category 'Snippets' --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index afd4211..08714da 100644 --- a/index.html +++ b/index.html @@ -849,7 +849,7 @@ - + @@ -1304,6 +1304,8 @@ + + @@ -1334,6 +1336,7 @@ Blockly.Msg.UGJ_MULTIMEDIA_HUE = 240;//CF63CF Blockly.Msg.UGJ_NETWORK_HUE = 340;//"#54C4EA" Blockly.Msg.UGJ_SPECIAL_HUE = 20;//"#0FBD8C" + Blockly.Msg.UGJ_SNIPPETS_HUE = 90; // Customize Toolbox class CustomCategory extends Blockly.ToolboxCategory {