kopia lustrzana https://github.com/backface/turtlestitch
updated version of objects.js
fixed scrolling glitch in the palette, thanks, Kunal!pull/3/merge
rodzic
ac38df35e9
commit
ff513ba439
|
@ -2182,3 +2182,4 @@ ______
|
||||||
* Threads: show error messages for custom blocks (propagating to the script’s top block)
|
* Threads: show error messages for custom blocks (propagating to the script’s top block)
|
||||||
* Threads: adjust to Doug Crockford’s latest infuriating nitpickings in JSLint
|
* Threads: adjust to Doug Crockford’s latest infuriating nitpickings in JSLint
|
||||||
* GUI: show username in ‘logout’ entry of cloud menu
|
* GUI: show username in ‘logout’ entry of cloud menu
|
||||||
|
* GUI, Objects: fixed scrolling glitch in the palette, thanks, Kunal!
|
||||||
|
|
|
@ -125,7 +125,7 @@ PrototypeHatBlockMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.objects = '2014-Jun-06';
|
modules.objects = '2014-July-08';
|
||||||
|
|
||||||
var SpriteMorph;
|
var SpriteMorph;
|
||||||
var StageMorph;
|
var StageMorph;
|
||||||
|
|
Ładowanie…
Reference in New Issue