Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.ico" />
<title>PenguinMod Extra Extensions</title>
<title>PenguinMod Extra Extensions </title>

<meta name="title" content="PenguinMod Extra Extensions">
<meta name="description" content="More community extensions that haven't made it to the menu yet.">
Expand Down
12 changes: 12 additions & 0 deletions src/lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,18 @@ export default [
creatorAlias: "gaimerI17",
note: "Extension thumbnail made by Dillon."
},
{
name: "Raycasting",
description: "Throw invisible rays and report information about the sprites it collided with. ",
code: "GatocDev/RayCasting.js",
banner: "GatocDev/RayCasting.png",
creator: "GatocDev",

creatorAlias: "Gatoc_Dev",
notes: "Thumbnail(s) by Steve0Greatness and NotDillon", // Optional. Allows you to note anyone else who helped you or any small info.
unstable: false,
isGitHub: false,
},
/* these extensions are completely dead as of now
{
name: "Online Captcha",
Expand Down
Loading