-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
40 lines (40 loc) · 1.26 KB
/
pxt.json
File metadata and controls
40 lines (40 loc) · 1.26 KB
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
38
39
40
{
"name": "Midnight",
"description": "",
"dependencies": {
"device": "*",
"arcade-character-animations": "github:microsoft/arcade-character-animations#v0.0.2",
"tilemaps": "github:microsoft/pxt-tilemaps#v1.12.0",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"Stats": "github:UnsignedArduino/Stats#9102333e1ca6cbaf8a979ceb252274b2f09b9005",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.2.5",
"Color Fading": "github:jwunderl/pxt-color#v0.2.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": {
"branch": "v1.8.22",
"tag": "v1.8.22",
"commits": "https://github.com/microsoft/pxt-arcade/commits/6017af228c87817006b555668c65933bf3cbff4c",
"target": "1.11.37",
"pxt": "7.4.26",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}