-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtoolbox.xml
33 lines (33 loc) · 945 Bytes
/
toolbox.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<category name="Minibit" colour="#0D2D6A" css-icon="customIcon fad fa-car">
<label text="Minibit" web-class="myLabelStyle"></label>
<block type="import_minibit"></block>
<block type="minibit_init"></block>
<block type="minibit_direction">
<value name="NAME">
<shadow type="sliderinlinerobot">
</shadow>
</value>
</block>
<block type="minibit_stop">
<value name="stop">
<shadow type="textinline">
<field name="text">brake=False</field>
</shadow>
</value>
</block>
<block type="minibit_sonar"></block>
<block type="minineovarnew">
<value name="text">
<shadow type="textinline">
<field name="text">0</field>
</shadow>
</value>
<value name="text1">
<shadow type="textinline">
<field name="text">255, 0, 128</field>
</shadow>
</value>
</block>
<block type="minineoshow"></block>
<block type="minineoclear"></block>
</category>