kopia lustrzana https://github.com/backface/turtlestitch
took out scaffolding in snap.html
rodzic
dab8be8a0a
commit
856aab3fe0
13
snap.html
13
snap.html
|
@ -31,19 +31,6 @@
|
||||||
world = new WorldMorph(document.getElementById('world'));
|
world = new WorldMorph(document.getElementById('world'));
|
||||||
world.isDevMode = false;
|
world.isDevMode = false;
|
||||||
new IDE_Morph().openIn(world);
|
new IDE_Morph().openIn(world);
|
||||||
/*
|
|
||||||
var t = new ToggleButtonMorph(
|
|
||||||
null,
|
|
||||||
null,
|
|
||||||
() => world.isDevMode = !world.isDevMode,
|
|
||||||
[new SymbolMorph('gears'), new SymbolMorph('globe')], //'dev mode',
|
|
||||||
() => world.isDevMode,
|
|
||||||
null,
|
|
||||||
'hacker possibilities'
|
|
||||||
);
|
|
||||||
t.setPosition(new Point(100, 100));
|
|
||||||
world.add(t);
|
|
||||||
*/
|
|
||||||
loop();
|
loop();
|
||||||
};
|
};
|
||||||
function loop() {
|
function loop() {
|
||||||
|
|
Ładowanie…
Reference in New Issue