-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
34 lines (34 loc) · 840 Bytes
/
pxt.json
File metadata and controls
34 lines (34 loc) · 840 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
{
"name": "Schmup",
"description": "",
"dependencies": {
"device": "*",
"pxt-status-bar": "github:jwunderl/pxt-status-bar#v0.4.2",
"Timers": "github:microsoft/arcade-timers#v1.1.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v2.0.56",
"tag": "v2.0.56",
"commits": "https://github.com/microsoft/pxt-arcade/commits/2e47d3464cf6ea715ec6e630834bbe15bc2f6feb",
"target": "2.0.59",
"pxt": "11.3.59",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}