-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
35 lines (35 loc) · 1.06 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
{
"name": "Decked Out",
"version": "1.0.0",
"description": "",
"dependencies": {
"device": "*",
"character-animations": "github:riknoll/character-animations#v0.1.0",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"Color Fading": "github:jwunderl/pxt-color#v0.1.3",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"arcade-tilemap-a-star": "github:jwunderl/arcade-tilemap-a-star#v0.3.1",
"tilemaps": "github:microsoft/pxt-tilemaps#v1.9.2",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0",
"block-menu": "github:riknoll/arcade-custom-menu#v0.0.1",
"pxt-rtttl": "github:pelikhan/pxt-rtttl#v0.0.8"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.2.9",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}