forked from arpruss/blockly-minecraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.xml
52 lines (52 loc) · 1.77 KB
/
test.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<xml xmlns="http://www.w3.org/1999/xhtml">
<block type="minecraft_turtle_pen_block" x="37" y="13">
<field name="BLOCK">41</field>
<next>
<block type="minecraft_turtle_pen_width">
<value name="WIDTH">
<block type="math_number">
<field name="NUM">2</field>
</block>
</value>
<next>
<block type="controls_repeat_ext">
<value name="TIMES">
<block type="math_number">
<field name="NUM">30</field>
</block>
</value>
<statement name="DO">
<block type="minecraft_turtle_yaw">
<field name="DIRECTION">-1</field>
<value name="ANGLE">
<block type="math_number">
<field name="NUM">10</field>
</block>
</value>
<next>
<block type="minecraft_turtle_go">
<value name="DISTANCE">
<block type="math_number">
<field name="NUM">10</field>
</block>
</value>
<next>
<block type="minecraft_turtle_pitch">
<field name="DIRECTION">1</field>
<value name="ANGLE">
<block type="math_number">
<field name="NUM">5</field>
</block>
</value>
</block>
</next>
</block>
</next>
</block>
</statement>
</block>
</next>
</block>
</next>
</block>
</xml>