-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxtarget.json
60 lines (60 loc) · 1.62 KB
/
pxtarget.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"id": "ASCII Art",
"name": "ASCII Art",
"title": "MakeCode ASCII Art",
"corepkg": "core",
"cloud": {
"workspace": false,
"packages": true
},
"bundleddirs": [
"libs/core"
],
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": true,
"functionBlocks": false,
"listsBlocks": true
},
"simulator": {
"autoRun": true
},
"appTheme": {
"logoUrl": "https://github.com/codeparkhouston/makecode-ascii-art",
"homeUrl": "http://codeparkhouston.github.io/makecode-ascii-art/",
"privacyUrl": "https://go.microsoft.com/fwlink/?LinkId=521839",
"termsOfUseUrl": "https://go.microsoft.com/fwlink/?LinkID=206977",
"betaUrl": "https://makecode.com/",
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Docs",
"path": "/docs"
}
],
"coloredToolbox": false,
"monacoToolbox": true,
"invertedMenu": false,
"showHomeScreen": true,
"homeScreenHero": "./static/hero.png",
"blocklyOptions": {
"grid": {
"spacing": 45,
"length": 7,
"colour": "rgba(189, 195, 199, 0.30)",
"snap": true
}
},
"simAnimationEnter": "fly right in",
"simAnimationExit": "fly right out",
"monacoColors": {
"editor.background": "#ecf0f1"
}
}
}