-
Notifications
You must be signed in to change notification settings - Fork 3
/
pxt.json
48 lines (48 loc) · 1.17 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
{
"name": "story",
"version": "1.3.1",
"description": "",
"dependencies": {
"device": "*",
"arcade-tilemap-a-star": "github:jwunderl/arcade-tilemap-a-star#v0.1.7"
},
"files": [
"main.ts",
"README.md",
"api.ts",
"message.ts",
"script.ts",
"sequence.ts",
"move.ts",
"scene.ts",
"text.ts",
"dialog.ts",
"shapeSprites.ts",
"menu.ts",
"menuState.ts",
"docs/cancel-current-text.md",
"docs/cancel-cutscene",
"docs/last-answer-equals.md",
"docs/print-character-text.md",
"docs/print-dialog.md",
"docs/print-text.md",
"docs/set-page-pause-length.md",
"docs/show-player-choices.md",
"docs/sprite-cancel-movement.md",
"docs/sprite-move-to-position.md",
"docs/sprite-move-to-tilemap-location.md",
"docs/sprite-say.md",
"docs/start-cutscene.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.3.49",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
}