-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
34 lines (34 loc) · 819 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
34
{
"name": "Untitled Shooting Game",
"version": "1.3.1",
"description": "",
"dependencies": {
"device": "*",
"pxt-button-combos": "github:jwunderl/pxt-button-combos#v0.0.24",
"animation": "*",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"arcade-minimap": "github:microsoft/arcade-minimap#v0.6.1",
"darts": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"main.py",
"tutorial-info-cache.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.7.24",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}