-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
32 lines (32 loc) · 826 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
{
"name": "Performance",
"description": "",
"dependencies": {
"device": "*",
"Stats": "github:UnsignedArduino/Stats#9102333e1ca6cbaf8a979ceb252274b2f09b9005",
"Musical-Images": "github:UnsignedArduino/Musical-Images#v2.1.2",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0"
},
"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.8.22",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}