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 eb3babb commit dd97a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpBlocklyJS/GameElements_20190131/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -7265,7 +7265,7 @@ Blockly.Blocks['audio_control'] = {
Blockly.Blocks['audio_play_googleTTS'] = {
init: function () {
this.appendDummyInput()
.appendField(Blockly.Msg.AUDIO)
.appendField(Blockly.Msg.AUDIO_SRC)
.appendField(Blockly.Msg.AUDIO_TTS)
.appendField(new Blockly.FieldDropdown([
["Abkhaz", "ab"],
Expand Down

0 comments on commit dd97a85

Please sign in to comment.