-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
33 lines (33 loc) · 922 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": "The Orb of Life",
"description": "",
"dependencies": {
"device": "*",
"Stats": "github:UnsignedArduino/Stats#758e35856bd5565e5d0e25c95cccfac79b7fc168",
"arcade-tile-util": "github:microsoft/arcade-tile-util#v1.0.1",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.4.0",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"arcade-character-animations": "github:microsoft/arcade-character-animations#v0.0.2"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.32",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}