Skip to content

Commit

Permalink
reorder and rename
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 committed Sep 13, 2023
1 parent e748b22 commit 2f0a8d1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,21 @@ const menuItems = [
),
featured: true
},
{
name: 'Stage Camera',
extensionId: 'pmCamera',
iconURL: pmCameraExtensionIcon,
tags: ['penguinmod'],
description: (
<FormattedMessage
defaultMessage="Allows the camera to move around anywhere on the stage."
description="The description for the PenguinMod Camera extension."
id="pm.extension.camera.description"
/>
),
credits: 'Inspired by⠀⠀⠀⠀⠀⠀ DT-is-not-available',
featured: true
},
{
name: 'Files',
extensionId: 'twFiles',
Expand Down Expand Up @@ -337,21 +352,6 @@ const menuItems = [
description: 'More operators like nand, nor, character code to character, reading multiple lined text line by line, etc.',
featured: true
},
{
name: 'Camera',
extensionId: 'pmCamera',
iconURL: pmCameraExtensionIcon,
tags: ['penguinmod'],
description: (
<FormattedMessage
defaultMessage="Allows the camera to move around anywhere on the stage."
description="The description for the PenguinMod Camera extension."
id="pm.extension.camera.description"
/>
),
credits: 'Inspired by⠀⠀⠀⠀⠀⠀ DT-is-not-available',
featured: true
},
{
name: 'JSON',
extensionId: 'jgJSON',
Expand Down

0 comments on commit 2f0a8d1

Please sign in to comment.