From 2f9d77be645e90fc58779141ecf5a8c906736ec9 Mon Sep 17 00:00:00 2001 From: Code WvS Date: Fri, 6 Feb 2015 19:37:51 +0100 Subject: first changes --- snap.html | 78 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 33 deletions(-) (limited to 'snap.html') diff --git a/snap.html b/snap.html index 93b4c73..562289d 100755 --- a/snap.html +++ b/snap.html @@ -1,37 +1,49 @@ - - - Snap! Build Your Own Blocks. Beta - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - + new IDE_Morph().openIn(world); + setInterval(loop, 10); + }; + function loop() { + world.doOneCycle(); + } + + + + +
+ + -- cgit v1.3.1