mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-04 18:20:24 -04:00
Move Load SB2 To Import/Export Section (#132)
This commit is contained in:
parent
8e217a75ab
commit
2b84c8d0fe
1 changed files with 4 additions and 4 deletions
|
@ -17,13 +17,11 @@
|
|||
<a id="renderexplorer-link" href="#">Renderer</a><br />
|
||||
<a id="threadexplorer-link" href="#">VM Threads</a><br />
|
||||
<a id="blockexplorer-link" href="#">VM Block Representation</a><br />
|
||||
<a id="importexport-link" href="#">Import/Export XML</a>
|
||||
<a id="importexport-link" href="#">Import/Export</a>
|
||||
</p>
|
||||
<div id="tab-renderexplorer">
|
||||
Render<br />
|
||||
<canvas id="scratch-stage" style="width: 480px; height: 360px;"></canvas>
|
||||
<input id="projectId" value="119615668" />
|
||||
<button id="projectLoadButton">Load</button>
|
||||
</div>
|
||||
<div id="tab-threadexplorer">
|
||||
Thread explorer
|
||||
|
@ -34,7 +32,9 @@
|
|||
<pre id="blockexplorer"></pre>
|
||||
</div>
|
||||
<div id="tab-importexport">
|
||||
Import/Export XML
|
||||
Import/Export
|
||||
<input id="projectId" value="119615668" />
|
||||
<button id="projectLoadButton">Load SB2</button><br />
|
||||
<p>
|
||||
<input type="button" value="Export to XML" onclick="toXml()">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue