Skip to content

Commit 3bb60a2

Browse files
authored
make render settings label not tw exclusive (i forgot to change that...)
1 parent d97255b commit 3bb60a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/extensions/Gen1x/lighting.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,10 +1989,10 @@ self.onmessage = ({ data: msg }) => {
19891989
text: 'clear all lights'
19901990
},
19911991
'---',
1992-
...(isTurboWarp ? [{
1992+
{
19931993
blockType: Scratch.BlockType.LABEL,
19941994
text: 'Render Settings'
1995-
}] : []),
1995+
},
19961996
{
19971997
opcode: 'settingSetShadowOpacity',
19981998
blockType: Scratch.BlockType.COMMAND,

0 commit comments

Comments
 (0)