-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpxtarget.json
87 lines (87 loc) · 2.61 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
{
"id": "arcadia",
"name": "Arcadia",
"title": "Marker-based Augmented Reality Code Editor",
"corepkg": "core",
"cloud": {
"workspace": false,
"packages": false,
"sharing": false,
"publishing": true,
"importing": false,
"preferredPackages": [],
"githubPackages": false
},
"bundleddirs": [
"libs/core"
],
"runtime": {
"mathBlocks": true,
"loopsBlocks": true,
"logicBlocks": true,
"variablesBlocks": true,
"textBlocks": true,
"listsBlocks": true,
"functionBlocks": true,
"musicBlocks": true
},
"simulator": {
"autoRun": true,
"aspectRatio": 1.0
},
"appTheme": {
"logoUrl": "https://laboratoryforplayfulcomputation.github.io/arcadia/",
"homeUrl": "https://laboratoryforplayfulcomputation.github.io/arcadia/",
"betaUrl": "https://laboratoryforplayfulcomputation.github.io/arcadia/",
"githubUrl": "https://github.com/LaboratoryForPlayfulComputation/arcadia",
"logo": "./static/logo.svg",
"docsLogo": "./static/logo.svg",
"portraitLogo": "./static/logo.svg",
"footerLogo": "./static/logo.svg",
"organization": "CU Boulder ATLAS",
"organizationUrl": "http://www.colorado.edu/atlas/",
"organizationLogo": "./static/cuicon.png",
"organizationWideLogo": "./static/cuwide.png",
"hideCookieNotice": true,
"docMenu": [
{
"name": "About",
"path": "/about"
},
{
"name": "Preparing markers",
"path": "/markers"
},
{
"name": "Getting started",
"path": "/program"
},
{
"name": "Examples",
"path": "/examples"
}
],
"coloredToolbox": false,
"monacoToolbox": true,
"invertedToolbox": true,
"invertedMonaco": true,
"invertedMenu": true,
"simAnimationEnter": "scale in",
"simAnimationExit": "scale out",
"extendEditor": true,
"disableBlockIcons": true,
"blockColors": {
"loops": "#2dc660",
"logic": "#30cbd1",
"math": "#d933ff",
"variables": "#ff356e",
"text": "#ffd018",
"advanced": "#111111",
"functions": "#3399ff",
"arrays": "#b62fd1"
},
"galleries": {
"Examples": "examples"
}
}
}