From 4e2bfdec206598317f4145e2cb23a9c9fc453bfb Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 11 Feb 2014 17:38:35 +0100 Subject: New Feature: Set stage dimensions arbitrarily new entries to set stage width and height in the settings menu when holding the shift key --- objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'objects.js') 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; -- cgit v1.3.1