-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
47 lines (47 loc) · 972 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
47
{
"name": "rocket sat",
"version": "0.1.4",
"description": "",
"dependencies": {
"device": "*",
"arcade-background-scroll": "github:microsoft/arcade-background-scroll",
"galaxy-imgs": "github:kiki-lee/galaxy-imgs#v0.0.7"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tutorial.custom.ts",
"pxt.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.30",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj",
"palette": [
"#000000",
"#FFFFFF",
"#FF92BA",
"#993648",
"#FF8135",
"#FFF76B",
"#0BA6B1",
"#FFB5AF",
"#003FAD",
"#87F2FF",
"#8E2EC4",
"#A4839F",
"#5C406c",
"#C0C0C0",
"#180A42",
"#001E57"
]
}