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 45ca166 commit ccaff93Copy full SHA for ccaff93
js/logo.js
@@ -1295,7 +1295,7 @@ class Logo {
1295
tur.doWait(0);
1296
1297
if (!logo.stopTurtle) {
1298
- if (0) { // Disabled turtle step
+ if (logo.turtleDelay === TURTLESTEP) {
1299
// Step mode
1300
if (!(turtle in logo.stepQueue)) {
1301
logo.stepQueue[turtle] = [];
@@ -1576,7 +1576,7 @@ class Logo {
1576
if (parentBlk !== blk) {
1577
// The wait block waits _waitTimes longer than other
1578
// blocks before it is unhighlighted.
1579
1580
logo._unhighlightStepQueue[turtle] = blk;
1581
} else {
1582
if (!tur.singer.suppressOutput && tur.singer.justCounting.length === 0) {
0 commit comments