summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-02-11 17:38:35 +0100
committerjmoenig <jens@moenig.org>2014-02-11 17:38:35 +0100
commit4e2bfdec206598317f4145e2cb23a9c9fc453bfb (patch)
tree8a2bb8ff477f8b5b88efc4edb0cda2bd3d3cdf15 /objects.js
parentbfda0d26a1bfecc7d439dcd61d6e6179972292bd (diff)
downloadsnap-byow-4e2bfdec206598317f4145e2cb23a9c9fc453bfb.tar.gz
snap-byow-4e2bfdec206598317f4145e2cb23a9c9fc453bfb.zip
New Feature: Set stage dimensions arbitrarily
new entries to set stage width and height in the settings menu when holding the shift key
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects.js b/objects.js
index d93f582..9a21465 100644
--- a/objects.js
+++ b/objects.js
@@ -124,7 +124,7 @@ PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.objects = '2014-February-05';
+modules.objects = '2014-February-11';
var SpriteMorph;
var StageMorph;