We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda524a commit 0b06c53Copy full SHA for 0b06c53
examples/rust.rs
@@ -144,7 +144,7 @@ fn letter(turtle: &mut Turtle) {
144
turtle.set_speed("instant");
145
turtle.backward(0.4);
146
turtle.right(0.3);
147
- turtle.set_speed(SPEED);
+ turtle.set_speed(10);
148
}
149
150
turtle.set_speed(SPEED);
@@ -167,14 +167,14 @@ fn letter(turtle: &mut Turtle) {
167
168
169
turtle.right(0.2);
170
171
172
173
for _ in 0..200 {
174
turtle.forward(0.5);
175
176
177
turtle.left(0.1);
178
179
180
0 commit comments