-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpxt.json
40 lines (40 loc) · 1.19 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
{
"name": "super smash bros but insanley stupid",
"description": "",
"dependencies": {
"device": "*",
"sprite-scaling": "*",
"pxt-circuit-playground-character-icons": "github:adafruit/circuit-playground-character-icons#v0.0.8",
"pxt-status-bar": "github:jwunderl/pxt-status-bar#v0.4.1",
"arcade-story": "github:microsoft/arcade-storytelling#v1.0.3",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0",
"animation": "*",
"darts": "*",
"pxt-button-combos": "github:jwunderl/pxt-button-combos#v0.0.24"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.10.36",
"tag": "v1.10.36",
"commits": "https://github.com/microsoft/pxt-arcade/commits/3a5a7e13703edf0412c17bdb9b1469e282a5b31b",
"target": "1.11.37",
"pxt": "8.3.9",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}