Skip to content

Commit

Permalink
list new extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Sep 23, 2023
1 parent 80e2a56 commit 307706e
Show file tree
Hide file tree
Showing 7 changed files with 688 additions and 9 deletions.
41 changes: 41 additions & 0 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ import fr3dPhysicsInsetExtensionIcon from './penguinmod/extensions/3d_physics_ic
// virtal realty
import jgVrExtensionIcon from './penguinmod/extensions/vr_extension.png';

import theshovelCustomStylesIcon from './penguinmod/orgtw/CustomStyles.svg';
import theshovelCanvasEffectsIcon from './penguinmod/extensions/canvas_effects.png';
import theshovelLzCompressIcon from './penguinmod/orgtw/lz-compress2.svg';
import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';

// events
import jgStorageExtensionIcon from './penguinmod/extensions/storage.png';
import jgTimersExtensionIcon from './penguinmod/extensions/multipletimers.png';
Expand Down Expand Up @@ -370,6 +375,15 @@ const menuItems = [
description: 'Blocks for handling JSON objects and Arrays.',
featured: true
},
{
name: 'Custom Styles',
extensionId: 'shovelcss',
iconURL: theshovelCustomStylesIcon,
tags: ['penguinmod'],
description: 'Customize the appearance of variable monitors and prompts in your project.',
extDeveloper: 'TheShovel',
featured: true
},
{
name: 'Physics',
extensionId: 'https://extensions.turbowarp.org/box2d.js',
Expand All @@ -390,6 +404,15 @@ const menuItems = [
tags: ['penguinmod'],
featured: true
},
{
name: 'Canvas Effects',
extensionId: 'theshovelcanvaseffects',
iconURL: theshovelCanvasEffectsIcon,
tags: ['penguinmod'],
description: 'Apply visual effects to the entire stage.',
extDeveloper: 'TheShovel',
featured: true
},
{
name: 'Clones+',
extensionId: 'https://extensions.turbowarp.org/Lily/ClonesPlus.js',
Expand Down Expand Up @@ -468,6 +491,15 @@ const menuItems = [
extDeveloper: 'MikeDev',
internetConnectionRequired: false
},
{
name: 'LZ Compress',
extensionId: 'shovellzcompresss',
iconURL: theshovelLzCompressIcon,
tags: ['penguinmod'],
description: 'Compress and decompress text using lz-string.',
extDeveloper: 'TheShovel',
featured: true
},
{
name: 'Prism',
extensionId: 'jgPrism',
Expand All @@ -493,6 +525,15 @@ const menuItems = [
featured: true,
internetConnectionRequired: true
},
{
name: 'Color Picker',
extensionId: 'shovelColorPicker',
iconURL: theshovelColorPickerIcon,
tags: ['penguinmod'],
description: 'Allow the user to choose a color using the built-in color picker, so you don\'t need to make your own.',
extDeveloper: 'TheShovel',
featured: true
},
{
name: 'Color Utility Blocks',
extensionId: 'colors',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
327 changes: 327 additions & 0 deletions src/lib/libraries/extensions/penguinmod/orgtw/lz-compress2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
326 changes: 317 additions & 9 deletions src/lib/libraries/extensions/penguinmod/test.html

Large diffs are not rendered by default.

0 comments on commit 307706e

Please sign in to comment.