Skip to content

Commit d3d34d7

Browse files
committed
update credits & add printing extension
1 parent 1b0937b commit d3d34d7

File tree

3 files changed

+38
-11
lines changed

3 files changed

+38
-11
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ import theshovelCanvasEffectsIcon from './penguinmod/extensions/canvas_effects.p
131131
import theshovelLzCompressIcon from './penguinmod/orgtw/lz-compress2.svg';
132132
import theshovelColorPickerIcon from './penguinmod/orgtw/ColorPicker.svg';
133133

134+
// sharkpool
135+
import sharkpoolPrintingIcon from './penguinmod/extensions/printing.png';
136+
134137
// events
135138
import jgStorageExtensionIcon from './penguinmod/extensions/storage.png';
136139
import jgTimersExtensionIcon from './penguinmod/extensions/multipletimers.png';
@@ -635,6 +638,14 @@ const menuItems = [
635638
),
636639
featured: true
637640
},
641+
{
642+
name: 'Printing',
643+
tags: ['penguinmod'],
644+
extensionId: 'sharkpoolPrinting',
645+
iconURL: sharkpoolPrintingIcon,
646+
description: 'Allows you to show a dialog for printing text, images, and custom HTML to a printer.',
647+
featured: true
648+
},
638649
{
639650
name: 'Clipping and Blending',
640651
extensionId: 'xeltallivclipblend',
6 KB
Loading

src/playground/credits/users.js

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ const addonDevelopers = [
115115
{
116116
userId: '64691048',
117117
username: 'CST1229'
118+
},
119+
{
120+
userId: '12498592',
121+
username: 'LilyMakesThings'
118122
}
119123
].map(fromHardcoded);
120124

@@ -127,6 +131,7 @@ const pmDevelopers = [
127131
'jwklong',
128132
'tnix100',
129133
'RedMan13',
134+
'SharkPool-SP',
130135
'showierdata9978'
131136
].map(fromHardcodedGithub);
132137

@@ -154,13 +159,13 @@ const pmApiDevelopers = [
154159
const pmTranslators = [
155160
{
156161
text: 'kolikiscool',
157-
image: `https://github.com/kolikiscool.png`,
158-
href: `https://github.com/kolikiscool/`,
162+
image: `https://penguinmod.com/unknown_user.png`,
163+
href: "https://studio.penguinmod.com/credits.html#",
159164
},
160165
{
161-
text: 'PhilTheTrain',
162-
image: `https://github.com/PhilTheTrain.png`,
163-
href: `https://github.com/PhilTheTrain/`,
166+
text: 'Youh',
167+
image: `https://penguinmod.com/unknown_user.png`,
168+
href: "https://studio.penguinmod.com/credits.html#",
164169
},
165170
{
166171
text: 'n0name',
@@ -300,12 +305,20 @@ const pmTranslators = [
300305
image: `https://trampoline.turbowarp.org/avatars/by-username/justablock`,
301306
href: "https://penguinmod.com/profile?user=justablock",
302307
},
303-
// this person may have decided not to translate?
304-
// no final info though since they still have access & havent left the server...
305308
{
306-
text: 'luca2756_lol',
307-
image: `https://trampoline.turbowarp.org/avatars/by-username/luca2756_lol`,
308-
href: "https://penguinmod.com/profile?user=luca2756_lol",
309+
text: 'inventionpro',
310+
image: `https://trampoline.turbowarp.org/avatars/by-username/inventionpro`,
311+
href: "https://penguinmod.com/profile?user=inventionpro",
312+
},
313+
{
314+
text: 'SkyBuilder1717',
315+
image: `https://trampoline.turbowarp.org/avatars/by-username/SkyBuilder1717`,
316+
href: "https://penguinmod.com/profile?user=SkyBuilder1717",
317+
},
318+
{
319+
text: 'Parham1258',
320+
image: `https://avatars.githubusercontent.com/u/95162943?v=4`,
321+
href: "https://github.com/Parham1258",
309322
},
310323
];
311324

@@ -339,7 +352,10 @@ const pmExtensionDevelopers = [
339352
'TheShovel',
340353
'skyhigh173',
341354
'Ruby-Devs',
342-
'oc9x97'
355+
'oc9x97',
356+
'lego7set',
357+
'mariocraft987',
358+
'Ashimee'
343359
].map(fromHardcodedGithub);
344360

345361
export default {

0 commit comments

Comments
 (0)