-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpxt.json
37 lines (37 loc) · 1.1 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
{
"name": "Paper.io",
"description": "",
"dependencies": {
"device": "*",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"tilemaps": "github:microsoft/pxt-tilemaps#v1.11.0",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"small-tilemaps": "github:riknoll/small-tilemaps#v0.0.1",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.2.0",
"arcade-minimap": "github:microsoft/arcade-minimap#v0.6.1",
"arcade-text": "github:pelikhan/arcade-image-text#v0.0.4",
"Color Fading": "github:jwunderl/pxt-color#v0.2.1",
"pxt-status-bar": "github:jwunderl/pxt-status-bar#v0.4.1"
},
"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": {
"target": "1.4.41",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}