mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-08-06 09:25:06 +00:00
Disabled blockly editor sounds
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<script>
|
||||
Mythos.initBlocks();
|
||||
Mythos.workspace = Blockly.inject(document.getElementById('blocklyDiv'),
|
||||
{path: '../../', toolbox: document.getElementById('toolbox')});
|
||||
{path: '../../', toolbox: document.getElementById('toolbox'), sounds: false});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user