-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpxt.json
33 lines (33 loc) · 836 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": "Ratones y globos",
"description": "",
"dependencies": {
"device": "*",
"sprite-scaling": "*",
"carnival": "github:microsoft/arcade-carnival#v0.0.7",
"simple-blocks": "github:microsoft/arcade-tutorial-extensions/simple-blocks#v0.0.7",
"balloon-images": "github:microsoft/arcade-tutorial-extensions/balloon-images#v0.0.11"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts",
"pxt.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.46",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}