Skip to content

Commit

Permalink
Changed the extension icon, #4
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelepojer committed Aug 10, 2020
1 parent d9763f5 commit 2165276
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 23 deletions.
Binary file added src/lib/libraries/extensions/botch/botch1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lib/libraries/extensions/botch/botch1_ico.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 24 additions & 23 deletions src/lib/libraries/extensions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,34 @@ import gdxforConnectionIconURL from './gdxfor/gdxfor-illustration.svg';
import gdxforConnectionSmallIconURL from './gdxfor/gdxfor-small.svg';

// Botch
import imgProva from './prova/prova1.png';
import imgProvaIco from './prova/prova1_ico.png';
import imgBotch from './botch/botch1.png';
import imgBotchIco from './botch/botch1_ico.png';
// --

export default [
// Botch
{
name: 'Botch',
extensionId: 'botch',
collaborator: 'CoderDojo Trento',
iconURL: imgBotch,
insetIconURL: imgBotchIco,
description: (
<FormattedMessage
defaultMessage="Evolve creatures"
description="Description for the 'Botch' extension"
id="gui.extension.botch.description"
/>
),
featured: true,
disabled: false,
// internetConnectionRequired: true,
bluetoothRequired: false,
// helpLink: 'https://scratch.mit.edu/wedo'
},
// --
{

name: (
<FormattedMessage
defaultMessage="Music"
Expand Down Expand Up @@ -322,26 +344,5 @@ export default [
/>
),
helpLink: 'https://scratch.mit.edu/vernier'
},
// Botch
{
name: 'Prova',
extensionId: 'prova',
collaborator: 'Me',
iconURL: imgProva,
insetIconURL: imgProvaIco,
description: (
<FormattedMessage
defaultMessage="TODO."
description="non fa niente"
id="gui.extension.prova.description"
/>
),
featured: true,
disabled: false,
internetConnectionRequired: true,
bluetoothRequired: false,
helpLink: 'https://scratch.mit.edu/wedo'
}
// --
];
Binary file removed src/lib/libraries/extensions/prova/prova1.png
Binary file not shown.
Binary file removed src/lib/libraries/extensions/prova/prova1_ico.png
Binary file not shown.

0 comments on commit 2165276

Please sign in to comment.