-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
46 lines (46 loc) · 875 Bytes
/
pxt.json
File metadata and controls
46 lines (46 loc) · 875 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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Base code: Variable Manipulation",
"description": "",
"dependencies": {
"device": "*"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "2.0.59",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj",
"palette": [
"#000000",
"#FFFFFF",
"#FF2121",
"#FF93C4",
"#FF8135",
"#FFF609",
"#249CA3",
"#78DC52",
"#003FAD",
"#87F2FF",
"#8E2EC4",
"#999498",
"#5C406c",
"#E5CDC4",
"#91463d",
"#000000"
]
}