Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions src/lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default [
description: "A storage extension with many more features. Featuring server storage (with a fast server), local storage and more!",
code: "Gen1x/storage_plus.js",
banner: "Gen1x/storage_plus.avif",
creator: "G1nX",
isGithub: true,
creator: "Gen1x",
},
{
name: "MotionSprite",
Expand All @@ -43,6 +44,15 @@ export default [
isGitHub: true,
creator: "TheShovel",
},
{
name: "Iris Text",
description: "A heavily-expanded text engine loosely based on Animated Text! Adds support for rich text, per-character control, and more!",
code: "Gen1x/iris-text.js",
banner: "Gen1x/iris-text.avif",
isGitHub: true,
creator: "Gen1xLol",
tags: ["new"],
},
{
name: "Boxed Physics",
description: "Implements the Box2D physics engine into PenguinMod, adding joints, springs, etc. This is different from TurboWarp's implementation.",
Expand All @@ -55,7 +65,8 @@ export default [
description: "A fast, powerful and easy-to-use lighting engine powered by WebGL!",
code: "Gen1x/lighting.js",
banner: "Gen1x/lighting.avif",
creator: "G1nX",
isGitHub: true,
creator: "Gen1xLol",
tags: ["new"],
},
{
Expand All @@ -81,7 +92,8 @@ export default [
description: "An extension designed to let you sync anything in your project to a musical beat, with incredible precision.",
code: "Gen1x/beat_sync.js",
banner: "Gen1x/beat_sync.avif",
creator: "G1nX",
isGitHub: true,
creator: "Gen1xLol",
},
{
name: "Object",
Expand Down Expand Up @@ -341,10 +353,11 @@ export default [
},
{
name: "Random Utilities",
description: "Many blocks related to generating random values, including seed-based number generation, true number generation, UUID's, random strings, etc.",
description: "Many blocks related to generating random values. Includes seed-based number generation, true number generation, UUIDs, random strings, etc.",
code: "Gen1x/random_utils.js",
banner: "Gen1x/randomutils.avif",
creator: "G1nX",
isGitHub: true,
creator: "Gen1xLol",
},
{
name: "Toast Notifications",
Expand Down Expand Up @@ -529,15 +542,16 @@ export default [
description: "A powerful extension that lets you manage a chessboard, customize it, use Stockfish 17 (via API), a local chess engine (Lozza) and much, MUCH more!",
code: "Gen1x/chess-ext.js",
banner: "Gen1x/chess-ext.avif",
creator: "G1nX",
isGitHub: false,
isGitHub: true,
creator: "Gen1xLol",
},
{
name: "CATS",
description: "Blocks related to cats.",
code: "Gen1x/CATS.js",
banner: "Gen1x/cats.avif",
creator: "G1nX",
isGitHub: true,
creator: "Gen1xLol",
},
{
name: "Free Servers",
Expand Down
Loading