-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
60 lines (60 loc) · 1.56 KB
/
Copy pathpxt.json
File metadata and controls
60 lines (60 loc) · 1.56 KB
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
54
55
56
57
58
59
60
{
"name": "Hollow Knight 2.01 - Copy",
"description": "",
"dependencies": {
"device": "*",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"arcade-tile-util": "github:microsoft/arcade-tile-util#v1.0.1",
"arcade-platformer": "github:microsoft/arcade-platformer#v0.0.9",
"Color Fading": "github:jwunderl/pxt-color#v0.2.2",
"animation": "*",
"arcade-character-animations": "github:microsoft/arcade-character-animations#v0.0.2",
"sprite-scaling": "*",
"multiplayer": "*",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts",
"main.py"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"branch": "v1.12.30",
"tag": "v1.12.30",
"commits": "https://github.com/microsoft/pxt-arcade/commits/33228b1cc7e1bea3f728c26a6047bdef35fd2c09",
"target": "4.0.10",
"pxt": "8.5.41",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj",
"palette": [
"#000000",
"#FFFFFF",
"#FF2121",
"#FF93C4",
"#FF8135",
"#192841",
"#249CA3",
"#78DC52",
"#3D5071",
"#1D484E",
"#8E2EC4",
"#A4839F",
"#5C406c",
"#BABABA",
"#91463d",
"#000000"
]
}