-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
33 lines (33 loc) · 813 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
{
"name": "NNOS Arcade",
"version": "0.0.2",
"description": "",
"dependencies": {
"device": "*",
"pxt-button-combos": "github:jwunderl/pxt-button-combos#v0.0.24",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0",
"arcade-character-animations": "github:microsoft/arcade-character-animations#v0.0.2"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.57",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}