Skip to content

Commit

Permalink
Update blocks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fustyles authored Dec 23, 2024
1 parent 27ed44f commit 83c7eea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SpBlocklyJS/GameElements_20190131/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7266,8 +7266,7 @@ Blockly.Blocks['audio_play_googleTTS'] = {
init: function () {
this.appendValueInput("id_")
.setCheck(null)
.appendField(Blockly.Msg.AUDIO)
.appendField(Blockly.Msg.AUDIO_ID);
.appendField(Blockly.Msg.AUDIO);
this.appendDummyInput()
.appendField(Blockly.Msg.AUDIO_TTS)
.appendField(new Blockly.FieldDropdown([
Expand Down

0 comments on commit 83c7eea

Please sign in to comment.