-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpxtarget.json
90 lines (90 loc) · 2.25 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"id": "impetus",
"name": "Impetus",
"title": "Microsoft MakeCode for 3D worlds",
"description": "A Blocks / JavaScript code editor for 3D worlds powered by Microsoft MakeCode.",
"corepkg": "core",
"cloud": {
"workspace": false,
"packages": true
},
"compile": {
"isNative": false
},
"bundleddirs": [
"libs/core"
],
"runtime": {
"functionBlocks": true,
"listsBlocks": true,
"logicBlocks": true,
"loopsBlocks": true,
"mathBlocks": true,
"textBlocks": true,
"variablesBlocks": true
},
"simulator": {
"autoRun": true
},
"serial": {
"useEditor": true
},
"appTheme": {
"boardName": "Impetus",
"appLogo": "./static/icons/android-chrome-192x192.png",
"logo": "./static/logo.wide.white.svg",
"cardLogo": "./static/icons/android-chrome-192x192.png",
"docsLogo": "./static/logo.square.white.svg",
"portraitLogo": "./static/logo.square.white.svg",
"logoUrl": "https://github.com/muddytummy/pxt-impetus#readme",
"homeUrl": "https://muddytummy.github.io/pxt-impetus/",
"betaUrl": "https://github.com/muddytummy/pxt-impetus#readme",
"privacyUrl": "https://makecode.com/privacy",
"termsOfUseUrl": "https://makecode.com/termsofuse",
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Docs",
"path": "/docs"
}
],
"coloredToolbox": true,
"monacoToolbox": true,
"invertedMenu": true,
"showHomeScreen": true,
"blocklyOptions": {
"grid": {
"spacing": 20,
"length": 2,
"colour": "rgba(189, 195, 199, 0.20)",
"snap": true
}
},
"blockColors": {
"design": "#2680d9",
"object": "#7f26d9",
"scene": "#d92680",
"world": "#d92626",
"loops": "#80d926",
"logic": "#2699d9",
"variables": "#FF6680",
"math": "#9966ff",
"advanced": "#00272B",
"functions": "#d97f26",
"arrays": "#26d926",
"text": "#2699d9",
"debug": "202020",
"console": "#505050"
},
"simAnimationEnter": "fly right in",
"simAnimationExit": "fly right out",
"extendEditor": true,
"extendFieldEditors": true,
"monacoColors": {
"editor.background": "#ecf0f1"
}
}
}