diff --git a/SpBlocklyJS/GameElements_20190131/blocks.js b/SpBlocklyJS/GameElements_20190131/blocks.js index b24af7d5d..f6039d811 100644 --- a/SpBlocklyJS/GameElements_20190131/blocks.js +++ b/SpBlocklyJS/GameElements_20190131/blocks.js @@ -7466,7 +7466,7 @@ Blockly.Blocks['audio_play_googleTTS'] = { this.appendValueInput("text_") .setCheck(null) .appendField(Blockly.Msg.AUDIO_TEXT); - this.setInputsInline(false); + this.setInputsInline(true); this.setOutput(true, null); this.setColour(30); }