-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
33 lines (33 loc) · 758 Bytes
/
pxt.json
File metadata and controls
33 lines (33 loc) · 758 Bytes
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
{
"name": "3d renderer",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"_animation.ts",
"_render_blocks.ts",
"_render_raycasting.ts",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.10.36",
"tag": "v1.10.36",
"commits": "https://github.com/microsoft/pxt-arcade/commits/3a5a7e13703edf0412c17bdb9b1469e282a5b31b",
"target": "2.0.61",
"pxt": "8.3.9",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}