game-freddies-adventure/pxt.json
2023-10-12 16:29:13 +01:00

29 lines
668 B
JSON

{
"name": "Freddie's Game",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.12.32",
"tag": "v1.12.32",
"commits": "https://github.com/microsoft/pxt-arcade/commits/2bc63c8f9e7915ee02ddc6f113204107954f24b6",
"target": "1.12.41",
"pxt": "8.5.44",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj",
"languageRestriction": "blocks-only"
}