-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoolbox.xml
More file actions
33 lines (33 loc) · 950 Bytes
/
toolbox.xml
File metadata and controls
33 lines (33 loc) · 950 Bytes
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="BitBot XL" colour="#000000" css-icon="customIcon fad fa-car">
<label text="BitBot XL" web-class="myLabelStyle"></label>
<block type="import_bitbot"></block>
<block type="bitbot_init"></block>
<block type="bitbot_direction">
<value name="NAME">
<shadow type="sliderinlinerobot">
</shadow>
</value>
</block>
<block type="bitbot_stop">
<value name="stop">
<shadow type="textinline">
<field name="text">brake=False</field>
</shadow>
</value>
</block>
<block type="bitbot_sonar"></block>
<block type="bitbotneovarnew">
<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="bitbotneoshow"></block>
<block type="bitbotneoclear"></block>
</category>