forked from fdezmaria/trivialdef---copy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
50 lines (50 loc) · 998 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
42
43
44
45
46
47
48
49
50
{
"name": "programmerTrivial",
"version": "1.0.0",
"description": "",
"dependencies": {
"device": "*",
"arcade-text": "github:microsoft/arcade-text#v1.3.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts",
"main.py",
"tutorial-info-cache.json"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.39",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj",
"palette": [
"#000000",
"#a8e4d4",
"#d13b27",
"#e07f8a",
"#cc8218",
"#b3e868",
"#5d853a",
"#68c127",
"#286fb8",
"#9b8bff",
"#3f2811",
"#513155",
"#122615",
"#c7b581",
"#7a2222",
"#000000"
]
}