mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 00:28:20 -05:00
Moving Settings.js to settings.json
This commit is contained in:
parent
4525954f43
commit
efb7d3f226
2 changed files with 26 additions and 26 deletions
|
@ -1,26 +0,0 @@
|
|||
window.Settings = {
|
||||
edition: 'free',
|
||||
scratchJrVersion: 'iOSv01',
|
||||
useStoryStarters: false,
|
||||
shareEnabled: true,
|
||||
defaultSprite: 'Star.svg',
|
||||
spriteOutlineColor: 'white',
|
||||
stageColor: '#F5F2F7',
|
||||
textSpriteFont: 'Helvetica',
|
||||
blockArgFont: 'Verdana',
|
||||
paletteBalloonFont: 'Roboto',
|
||||
categoryStartColor: '#FFE75A',
|
||||
categoryMotionColor: '#4B8CC2',
|
||||
categoryLooksColor: '#CD7CD1',
|
||||
categorySoundColor: '#48CC7E',
|
||||
categoryFlowColor: '#FFBE57',
|
||||
categoryStopColor: '#D62222',
|
||||
paletteBlockShadowOpacity: 0.8,
|
||||
autoSaveInterval: 30 * 1000,
|
||||
defaultLocale: 'en',
|
||||
defaultLocaleShort: 'en',
|
||||
supportedLocales: {
|
||||
'English': 'en',
|
||||
'Español': 'es'
|
||||
}
|
||||
};
|
26
editions/free/src/settings.json
Normal file
26
editions/free/src/settings.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"edition": "free",
|
||||
"scratchJrVersion": "iOSv01",
|
||||
"useStoryStarters": false,
|
||||
"shareEnabled": true,
|
||||
"defaultSprite": "Star.svg",
|
||||
"spriteOutlineColor": "white",
|
||||
"stageColor": "#F5F2F7",
|
||||
"textSpriteFont": "Helvetica",
|
||||
"blockArgFont": "Verdana",
|
||||
"paletteBalloonFont": "Roboto",
|
||||
"categoryStartColor": "#FFE75A",
|
||||
"categoryMotionColor": "#4B8CC2",
|
||||
"categoryLooksColor": "#CD7CD1",
|
||||
"categorySoundColor": "#48CC7E",
|
||||
"categoryFlowColor": "#FFBE57",
|
||||
"categoryStopColor": "#D62222",
|
||||
"paletteBlockShadowOpacity": 0.8,
|
||||
"autoSaveInterval": 30000,
|
||||
"defaultLocale": "en",
|
||||
"defaultLocaleShort": "en",
|
||||
"supportedLocales": {
|
||||
"English": "en",
|
||||
"Español": "es"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue