-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
35 lines (35 loc) · 844 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": "marble",
"description": "",
"dependencies": {
"device": "*",
"color-coded-tilemap": "*",
"edge-connector": "*",
"controller": "*",
"Color Fading": "github:jwunderl/pxt-color#v0.2.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.2.10",
"tag": "v1.2.10",
"commits": "https://github.com/microsoft/pxt-arcade/commits/96279205a73799cd057b50beda9ca58593067e18",
"target": "1.3.42",
"pxt": "6.2.23",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}