-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
48 lines (48 loc) · 948 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
48
{
"name": "Break Out",
"description": "",
"dependencies": {
"device": "*",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.2.1"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.30",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj",
"palette": [
"#000000",
"#FFFFFF",
"#FF0000",
"#990000",
"#00FF00",
"#009900",
"#FFFF00",
"#999900",
"#0000FF",
"#000099",
"#FF00FF",
"#990099",
"#CC3300",
"#FF4000",
"#FF6633",
"#000000"
]
}