-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
32 lines (32 loc) · 877 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": "HONK!",
"version": "1.0.0",
"description": "",
"dependencies": {
"device": "*",
"Color Fading": "github:jwunderl/pxt-color#v0.1.3",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"Timers": "github:darzu/arcade-timers#v1.0.0",
"pxt-image-morph": "github:unicycledumptruck/pxt-image-morph#v0.5.0",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0",
"pxt-lantern": "github:felixtsu/pxt-lantern#v0.1.7"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.2.6",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}