-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
51 lines (51 loc) · 1.05 KB
/
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
48
49
50
51
{
"name": "Space Rocks 3D! (v0.16)",
"description": "",
"dependencies": {
"device": "*",
"palette": "*",
"controller": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"triangle.ts",
"images.g.jres",
"images.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.3.44",
"tag": "v1.3.44",
"commits": "https://github.com/microsoft/pxt-arcade/commits/d1e057830c0eebc87e3e400f2106c8e1f0e5a077",
"target": "1.10.36",
"pxt": "6.8.33",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj",
"palette": [
"#000000",
"#111111",
"#222222",
"#333333",
"#444444",
"#555555",
"#666666",
"#777777",
"#888888",
"#999999",
"#aaaaaa",
"#bbbbbb",
"#cccccc",
"#dddddd",
"#eeeeee",
"#ffffff"
]
}