We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97255b commit 3bb60a2Copy full SHA for 3bb60a2
1 file changed
static/extensions/Gen1x/lighting.js
@@ -1989,10 +1989,10 @@ self.onmessage = ({ data: msg }) => {
1989
text: 'clear all lights'
1990
},
1991
'---',
1992
- ...(isTurboWarp ? [{
+ {
1993
blockType: Scratch.BlockType.LABEL,
1994
text: 'Render Settings'
1995
- }] : []),
+ },
1996
{
1997
opcode: 'settingSetShadowOpacity',
1998
blockType: Scratch.BlockType.COMMAND,
0 commit comments