-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpxt.json
More file actions
35 lines (35 loc) · 796 Bytes
/
pxt.json
File metadata and controls
35 lines (35 loc) · 796 Bytes
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
{
"name": "Outrun",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"main.ts",
"README.md",
"mathconst.ts",
"obstacles.ts",
"circuit.ts",
"textrender.ts",
"countdown.ts",
"worldrender.ts",
"carphysics.ts",
"playerCarAssets.ts",
"explosionanimation.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.2.6",
"tag": "v1.2.6",
"commits": "https://github.com/microsoft/pxt-arcade/commits/7f343e1ba30a4c31de6b7b14d288d34b2741b2f4",
"target": "1.2.16",
"pxt": "6.2.21",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
}