-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
33 lines (33 loc) · 902 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": "Guns'n Dungeon's ",
"version": "0.2.0",
"description": "",
"dependencies": {
"device": "*",
"tilemaps": "github:microsoft/pxt-tilemaps#v1.11.0",
"pxt-lantern": "github:riknoll/pxt-lantern#v0.1.1",
"arcade-story": "github:microsoft/arcade-storytelling#v1.0.1",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"block-menu": "github:riknoll/arcade-custom-menu#v0.0.1"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.4.41",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}