-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
31 lines (31 loc) · 893 Bytes
/
pxt.json
File metadata and controls
31 lines (31 loc) · 893 Bytes
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
{
"name": "Geometry Arcade",
"version": "1.2.0",
"description": "",
"dependencies": {
"device": "*",
"pxt-status-bar": "github:jwunderl/pxt-status-bar#v0.4.2",
"arcade-tile-util": "github:microsoft/arcade-tile-util#v1.2.0",
"arcade-camera-offset": "github:riknoll/arcade-camera-offset#50dcab790691a38799aa99390f9cced2d62fbc21",
"arcade-mini-menu": "github:riknoll/arcade-mini-menu#v0.0.1",
"Color Fading": "github:jwunderl/pxt-color#v0.2.3"
},
"files": [
"main.blocks",
"main.ts",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts"
],
"testFiles": [],
"targetVersions": {
"target": "1.12.58",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}