kopia lustrzana https://github.com/backface/turtlestitch
updated history
rodzic
03390418ae
commit
e88ea49374
|
@ -2287,4 +2287,5 @@ ______
|
||||||
------
|
------
|
||||||
* Objects: fixed #593 match broadcast numbers with event hat blocks containing strings that can be parsed as numbers
|
* Objects: fixed #593 match broadcast numbers with event hat blocks containing strings that can be parsed as numbers
|
||||||
* BYOB: allow percent symbols in custom block texts (fix #361), thanks, @Gubolin!!
|
* BYOB: allow percent symbols in custom block texts (fix #361), thanks, @Gubolin!!
|
||||||
|
* Morphic: allow negative min/max values for sliders (fix #285), thanks, @Gubolin!!
|
||||||
|
|
||||||
|
|
|
@ -1035,7 +1035,7 @@
|
||||||
/*global window, HTMLCanvasElement, getMinimumFontHeight, FileReader, Audio,
|
/*global window, HTMLCanvasElement, getMinimumFontHeight, FileReader, Audio,
|
||||||
FileList, getBlurredShadowSupport*/
|
FileList, getBlurredShadowSupport*/
|
||||||
|
|
||||||
var morphicVersion = '2014-August-13';
|
var morphicVersion = '2014-September-30';
|
||||||
var modules = {}; // keep track of additional loaded modules
|
var modules = {}; // keep track of additional loaded modules
|
||||||
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug
|
var useBlurredShadows = getBlurredShadowSupport(); // check for Chrome-bug
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue