-
Notifications
You must be signed in to change notification settings - Fork 1
/
pxt.json
46 lines (46 loc) · 902 Bytes
/
pxt.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
{
"name": "Unit 1 Skillmap",
"version": "0.0.5",
"description": "",
"dependencies": {
"device": "*",
"arcade-text": "github:microsoft/arcade-text#v1.3.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"skillmap.md",
"tutorial-info-cache.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.49",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj",
"palette": [
"#000000",
"#FFFFFF",
"#FF2121",
"#FF93C4",
"#FF8135",
"#FFF609",
"#249CA3",
"#9AF00D",
"#003FAD",
"#32E3D0",
"#D59DFF",
"#A4839F",
"#5C406c",
"#D1D1D1",
"#191919",
"#000000"
]
}