-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
53 lines (53 loc) · 1.29 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": "MonkeyType",
"description": "",
"dependencies": {
"device": "*",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.2.5",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"Makey Makey Keymappings": "github:joylabz/makeymakey-makecode-arcade-extension#1.0.3"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.7.24",
"tag": "v1.7.24",
"commits": "https://github.com/microsoft/pxt-arcade/commits/e7bd2e723209fb725f6274543dab7aa940537364",
"target": "1.12.30",
"pxt": "7.3.26",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "pyprj",
"palette": [
"#dedede",
"#ffffff",
"#ff2121",
"#ff93c4",
"#ff8135",
"#fff609",
"#249ca3",
"#78dc52",
"#003fad",
"#872f2f",
"#8e2ec4",
"#a4839f",
"#5c406c",
"#404040",
"#91463d",
"#000000"
]
}