-
Notifications
You must be signed in to change notification settings - Fork 0
/
pxt.json
64 lines (64 loc) · 1.34 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Greedy Pirates",
"description": "",
"dependencies": {
"device": "*",
"multiplayer": "*",
"arcade-character-animations": "github:microsoft/arcade-character-animations#v0.0.2",
"arcade-text": "github:microsoft/arcade-text#v1.3.0"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"map.ts",
"images.g.jres",
"images.g.ts",
"utils.ts",
"island.ts",
"pirate.ts",
"militia.ts",
"menu.ts",
"treasureStats.ts",
"allDead.ts",
"islands.ts",
"pirateLives.ts",
"gameOver.ts",
"win.ts",
"boatBattle.ts",
"enemyPirate.ts",
"enemy.ts",
"travel.ts",
"treasureIsland.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.12.53",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj",
"palette": [
"#000000",
"#FFFFFF",
"#FF2121",
"#FF93C4",
"#FF8135",
"#FFF609",
"#249CA3",
"#78DC52",
"#4B2B11",
"#87F2FF",
"#8E2EC4",
"#A4839F",
"#5C406c",
"#E5CDC4",
"#91463d",
"#000000"
]
}