Jens Mönig 2016-08-12 12:05:49 +02:00
rodzic 8f4e5122cf
commit 21abf24cba
2 zmienionych plików z 4 dodań i 2 usunięć

4
gui.js
Wyświetl plik

@ -72,7 +72,7 @@ isRetinaSupported*/
// Global stuff ////////////////////////////////////////////////////////
modules.gui = '2016-August-03';
modules.gui = '2016-August-12';
// Declarations
@ -2982,7 +2982,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
aboutTxt = 'Snap! 4.0.8.6\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 4.0.8.7\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2016 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'

Wyświetl plik

@ -3002,3 +3002,5 @@ http://snap.berkeley.edu/run#cloud:Username=jens&ProjectName=rotation
------
* Threads: for hidden sprites display ASK questions in the input box
* Morphic: replace deprecated KeyboardEvent.keyIdentifier with .key
== v4.0.8.7 ====