portalpy/pxt.json
Waylon Walker 9e316079e1
Some checks failed
MakeCode / build (14.x) (push) Failing after 1m28s
Check pxt.json / check-cfg (14.x) (push) Successful in 12m1s
New Level Added
2022-03-20 08:18:16 -05:00

33 lines
734 B
JSON

{
"name": "portalpy",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.8.22",
"tag": "v1.8.22",
"commits": "https://github.com/microsoft/pxt-arcade/commits/6017af228c87817006b555668c65933bf3cbff4c",
"target": "1.8.22",
"pxt": "7.4.26",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}