-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
33 lines (33 loc) · 854 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": "Just Right!",
"description": "",
"dependencies": {
"device": "*",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"Color Fading": "github:jwunderl/pxt-color#v0.2.1",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"arcade-story": "github:microsoft/arcade-storytelling#v1.0.1",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.1.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": {
"target": "1.4.35",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}