kopia lustrzana https://github.com/backface/turtlestitch
made HSL preference setting hidden behind shift-click
rodzic
0ea2a5cd9b
commit
b746dea75d
|
@ -58,6 +58,7 @@
|
||||||
* store: fixed importing custom categories from libraries, thanks, Eckart, for reporting this!
|
* store: fixed importing custom categories from libraries, thanks, Eckart, for reporting this!
|
||||||
* gui, objects, scenes, store: reverted to HSV as default pen color model
|
* gui, objects, scenes, store: reverted to HSV as default pen color model
|
||||||
* store: fixed a serialization conflict for global variables referencing the stage
|
* store: fixed a serialization conflict for global variables referencing the stage
|
||||||
|
* gui: made HSL preference setting hidden behind shift-click
|
||||||
|
|
||||||
### 2021-11-11
|
### 2021-11-11
|
||||||
* German translation update, changed %hsva -> %clrdim
|
* German translation update, changed %hsva -> %clrdim
|
||||||
|
|
|
@ -4240,7 +4240,7 @@ IDE_Morph.prototype.settingsMenu = function () {
|
||||||
SpriteMorph.prototype.penColorModel === 'hsl',
|
SpriteMorph.prototype.penColorModel === 'hsl',
|
||||||
'uncheck to switch pen colors\nand graphic effects\nto HSV',
|
'uncheck to switch pen colors\nand graphic effects\nto HSV',
|
||||||
'check to switch pen colors\nand graphic effects\nfrom to HSL',
|
'check to switch pen colors\nand graphic effects\nfrom to HSL',
|
||||||
false
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
addPreference(
|
addPreference(
|
||||||
|
@ -4731,7 +4731,7 @@ IDE_Morph.prototype.aboutSnap = function () {
|
||||||
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
|
||||||
world = this.world();
|
world = this.world();
|
||||||
|
|
||||||
aboutTxt = 'Snap! 7 - dev211110 -\nBuild Your Own Blocks\n\n'
|
aboutTxt = 'Snap! 7 - dev211112 -\nBuild Your Own Blocks\n\n'
|
||||||
+ 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and '
|
+ 'Copyright \u24B8 2008-2021 Jens M\u00F6nig and '
|
||||||
+ 'Brian Harvey\n'
|
+ 'Brian Harvey\n'
|
||||||
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
|
||||||
|
|
2
sw.js
2
sw.js
|
@ -1,4 +1,4 @@
|
||||||
var snapVersion = '7-dev211111'
|
var snapVersion = '7-dev211112'
|
||||||
|
|
||||||
var cacheName = 'snap-pwa',
|
var cacheName = 'snap-pwa',
|
||||||
filesToCache = [
|
filesToCache = [
|
||||||
|
|
Ładowanie…
Reference in New Issue