-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpxt.json
More file actions
47 lines (47 loc) · 2 KB
/
pxt.json
File metadata and controls
47 lines (47 loc) · 2 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
{
"name": "Racers v1.3.2",
"version": "1.3.2",
"description": "",
"dependencies": {
"device": "*",
"arcade-tile-util": "github:microsoft/arcade-tile-util#v1.0.1",
"ColorBlock": "github:UnsignedArduino/ColorBlock#ac7b9500e40045cf1ddd8c5b7481d11bcb317f5f",
"FastRandomBlocks": "github:UnsignedArduino/Fast-Random-Blocks#8c985a77e5c4278e43a7bc375db095c67afb58ed",
"Stats": "github:UnsignedArduino/Stats#9102333e1ca6cbaf8a979ceb252274b2f09b9005",
"arcade-character-animations": "github:microsoft/arcade-character-animations#v0.0.2",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.3.1",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.1.0",
"arcade-sprite-events": "github:riknoll/arcade-sprite-events#dc93eec8412053ebbd2b8f01cf5b6ae285d28900",
"arcade-mini-menu": "github:riknoll/arcade-mini-menu#c8b01b9d47f85a5133c786f1c026b1f376fe4285",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"controller": "*",
"arcade-minimap": "github:microsoft/arcade-minimap#v0.6.1",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"InhouseLoadingAnimations": "github:unsignedarduino/inhouseloadinganimations#v1.0.0",
"Notifications": "github:unsignedarduino/notifications#de6517dcc280cafe902ef212f59d4f55a982c7ec",
"SystemMenuBlocks": "github:UnsignedArduino/SystemMenuBlocks#11b7264d682ea79f618f3538a06dc9d60d1acf78",
"settings-blocks": "github:microsoft/pxt-settings-blocks#v1.0.0",
"Color Fading": "github:jwunderl/pxt-color#v0.2.2"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"tilemap.g.jres",
"tilemap.g.ts",
"images.g.jres",
"images.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "2.0.48",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}