set pen down as default

pull/29/head v2.0
Michael Aschauer 2017-07-21 10:48:06 +02:00
rodzic 0f840a4316
commit fd2c30cd6e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ SpriteMorph.prototype.init = function(globals) {
this.hide();
this.lastJumped = false;
this.turtle = null;
this.isDown = true;
};