kopia lustrzana https://github.com/backface/turtlestitch
turn on dev mode during development
rodzic
17c90c2106
commit
2545a1f22f
|
|
@ -33,6 +33,7 @@
|
|||
var world;
|
||||
window.onload = function () {
|
||||
world = new WorldMorph(document.getElementById('world'));
|
||||
world.isDevMode = true; // +++
|
||||
// new IDE_Morph().openIn(world);
|
||||
loop();
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1795,7 +1795,7 @@ SymbolMorph.prototype.renderSymbolGlobe = function (ctx, color) {
|
|||
// comment out to shave off a millisecond loading speed ;-)
|
||||
|
||||
(function () {
|
||||
var bright = new Color(250, 250, 250),
|
||||
var bright = new Color(230, 230, 230),
|
||||
dark = new Color(20, 20, 20),
|
||||
offset = new Point(-1, -1);
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue