Initial files for MakeCode project
This commit is contained in:
parent
7778211460
commit
726a7fc973
26 changed files with 59021 additions and 0 deletions
32
pxt.json
Normal file
32
pxt.json
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"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"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue