update chaning from Blockly to coding mode

This commit is contained in:
Silver Kuusik
2018-01-20 22:41:08 +01:00
parent 002f2ca932
commit 6a5afdefc3
3 changed files with 81 additions and 54 deletions

View File

@@ -32,10 +32,13 @@
<table class="blockly-table">
<tr>
<td id="blocklyArea"></td>
<td id="blocklyCodeArea">
<td id="leftCell">
<div id="blocklyArea"></div>
<div id="blocklyCode" style="display: none;"></div>
</td>
<td id="rightCell">
<div id="stream"></div>
<div id="blocklyCode"></div>
<div id="readOnlyBlocklyCode"></div>
</td>
</tr>
</table>
@@ -45,7 +48,7 @@
<xml id="toolbox" style="display: none">
<block type="controls_if"></block>
<block type="sumorobot_move"></block>
<block type="sumorobot_delay"></block>
<block type="sumorobot_sleep"></block>
<block type="sumorobot_opponent"></block>
<block type="sumorobot_line"></block>
</xml>
@@ -53,7 +56,7 @@
<xml id="toolbox_no_if" style="display: none">
<block type="controls_if" disabled="true"></block>
<block type="sumorobot_move"></block>
<block type="sumorobot_delay"></block>
<block type="sumorobot_sleep"></block>
<block type="sumorobot_opponent"></block>
<block type="sumorobot_line"></block>
</xml>