-
Notifications
You must be signed in to change notification settings - Fork 5
/
pxt.json
53 lines (53 loc) · 1.44 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "pxt-raycasting",
"version": "0.3.19",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"README.md",
"render_raycasting.ts",
"render_blocks.ts",
"animation.ts",
"docs/get-render-sprite-variable.md",
"docs/get-render-sprite-instance.md",
"docs/create-animations.md",
"docs/set-sprite-animations.md",
"docs/toggle-view-mode.md",
"docs/is-view-mode.md",
"docs/set-view-mode.md",
"docs/get-attribute.md",
"docs/set-attribute.md",
"docs/get-default-fov.md",
"docs/set-view-angle-in-degree.md",
"docs/set-view-angle.md",
"docs/set-z-offset.md",
"docs/is-sprites-overlap-z.md",
"docs/jump-with-height-and-duration.md",
"docs/jump.md",
"docs/move.md",
"docs/move-with-controller.md",
"docs/takeover-scene-sprites.md",
"docs/register-on-sprite-direction-update-handler.md",
"docs/get-sprite-attribute.md",
"docs/set-sprite-attribute.md",
"docs/refresh-tilemap.md"
],
"testFiles": [
"main.ts",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts"
],
"targetVersions": {
"target": "1.12.53",
"pxt": "8.5.63",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
}