-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
35 lines (35 loc) · 984 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
{
"name": "Tower defence",
"description": "",
"dependencies": {
"device": "*",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"Color Fading": "github:jwunderl/pxt-color#v0.2.2",
"arcade-character-animations": "github:microsoft/arcade-character-animations#v0.0.2",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.11.37",
"tag": "v1.11.37",
"commits": "https://github.com/microsoft/pxt-arcade/commits/bf992d35ca2baeaa26d773aac7caad5a152c45aa",
"target": "1.12.30",
"pxt": "8.4.30",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}