-
Notifications
You must be signed in to change notification settings - Fork 3
/
pxt.json
41 lines (41 loc) · 999 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
35
36
37
38
39
40
41
{
"name": "pxt-status-bar",
"version": "0.4.2",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"README.md",
"status-bar.ts",
"docs/value.md",
"docs/max.md",
"docs/attach-to-sprite.md",
"docs/sprite-attached-to.md",
"docs/set-color.md",
"docs/set-bar-border.md",
"docs/set-label.md",
"docs/set-status-bar-flag.md",
"docs/set-bar-size.md",
"docs/position-direction.md",
"docs/set-offset-padding.md",
"docs/create.md",
"docs/get-status-bar-attached-to.md",
"docs/on-zero.md",
"docs/on-status-reached.md",
"docs/on-display-updated.md",
"docs/all-of-kind.md"
],
"testFiles": [
"test.ts"
],
"public": true,
"targetVersions": {
"target": "1.12.17",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
}