-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
39 lines (39 loc) · 1.32 KB
/
pxt.json
File metadata and controls
39 lines (39 loc) · 1.32 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
{
"name": "4096",
"description": "",
"dependencies": {
"device": "*",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"tilemaps": "github:microsoft/pxt-tilemaps#v1.12.0",
"Sprite Grid": "github:microsoft/arcade-grid#v1.3.0",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"arcade-story": "github:microsoft/arcade-storytelling#v1.0.3",
"Stats": "github:UnsignedArduino/Stats#9102333e1ca6cbaf8a979ceb252274b2f09b9005",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.2.4",
"ColorBlock": "github:UnsignedArduino/ColorBlock#ac7b9500e40045cf1ddd8c5b7481d11bcb317f5f",
"arcade-shader": "github:riknoll/arcade-shader#d2a2572906fdb68ff429f337e30606b069e688ea",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0"
},
"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": {
"target": "1.8.20",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}