forked from microsoft/pxt-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxtarget.json
65 lines (65 loc) · 1.74 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
61
62
63
64
65
{
"id": "xtronpro",
"name": "xtronpro",
"title": "MakeCode Editor Xtronpro",
"corepkg": "core",
"cloud": {
"workspace": false,
"packages": true
},
"bundleddirs": [
"libs/core"
],
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": false,
"functionBlocks": false,
"listsBlocks": false
},
"simulator": {
"autoRun": true
},
"appTheme": {
"logoUrl": "https://github.com/Microsoft/pxt-xtronpro",
"homeUrl": "http://microsoft.github.io/pxt-xtronpro/",
"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": true,
"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",
"scriptManager": true,
"debugger": true,
"print": true,
"highContrast": true,
"greenScreen": true,
"monacoColors": {
"editor.background": "#ecf0f1"
}
}
}