add control_if disabled toolbox

This commit is contained in:
Silver Kuusik 2018-01-15 10:53:51 +01:00
parent 6a4982c939
commit 11e61d8f86
1 changed files with 8 additions and 0 deletions

View File

@ -74,6 +74,14 @@
<block type="sumorobot_line"></block>
</xml>
<xml id="toolbox_no_if" style="display: none">
<block type="controls_if"></block>
<block type="sumorobot_move"></block>
<block type="sumorobot_delay"></block>
<block type="sumorobot_enemy"></block>
<block type="sumorobot_line"></block>
</xml>
<div class="btn-group btn-group-justified btn-group-control">
<a href="#" class="btn btn-lg btn-success btn-start">Start</a>
<a href="#" class="btn btn-lg btn-danger btn-stop">Stop</a>