mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-06 19:41:51 -04:00
moved audio engine files
This commit is contained in:
parent
7c91565408
commit
54c5c82fde
3 changed files with 2 additions and 2 deletions
playground
0
Tone.min.js → playground/Tone.min.js
vendored
0
Tone.min.js → playground/Tone.min.js
vendored
|
@ -803,8 +803,8 @@
|
|||
<!-- Playground -->
|
||||
<script src="./playground.js"></script>
|
||||
<!-- Audio -->
|
||||
<script src="../AudioEngine.js"></script>
|
||||
<script src="../Tone.min.js"></script>
|
||||
<script src="./AudioEngine.js"></script>
|
||||
<script src="./Tone.min.js"></script>
|
||||
<script>
|
||||
function toXml() {
|
||||
var output = document.getElementById('importExport');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue