Skip to content

Commit 1525188

Browse files
authored
Merge pull request #66 from TheShovel/develop
adds turbowarp temporary variables
2 parents 385525b + bbfaea8 commit 1525188

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ import cursorThumb from './penguinmod/extensions/cursor.svg';
9999

100100
// LilyMakesThings 🙏
101101
// import lmsMcUtilsIcon from './penguinmod/extensions/mcutils.png';
102+
import lilyTempVariablesExtensionIcon from './penguinmod/orgtw/TempVariables2.svg';
102103

103104
// more icons so they arent just red when the extension color is not red
104105
import gsaTempVariablesExtensionIcon from './penguinmod/extensions/tempvariables.svg';
@@ -500,6 +501,16 @@ const menuItems = [
500501
credits: 'LilyMakesThings',
501502
featured: true
502503
},
504+
{
505+
name: 'TurboWarp Temporary Variables',
506+
extensionId: 'lmsTempVars2',
507+
iconURL: lilyTempVariablesExtensionIcon,
508+
tags: ['turbowarp'],
509+
description: 'Create disposable runtime or thread variables.',
510+
insetIconURL: turbowarpIcon,
511+
credits: 'LilyMakesThings',
512+
featured: true
513+
},
503514
{
504515
name: 'Runtime Modifications',
505516
extensionId: 'jgRuntime',
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)