forked from microsoft/pxt-arcade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
targetconfig.json
68 lines (68 loc) · 2.25 KB
/
targetconfig.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
65
66
67
68
{
"packages": {
"approvedRepos": [
"adafruit/Circuit-Playground-Character-Icons",
"adafruit/pxt-seesaw",
"jwunderl/pxt-button-combos",
"jwunderl/pxt-color",
"jwunderl/pxt-status-bar",
"microsoft/pxt-settings-blocks",
"microsoft/arcade-sprite-data",
"microsoft/arcade-grid",
"microsoft/arcade-minimap",
"microsoft/arcade-timers",
"microsoft/arcade-text",
"microsoft/pxt-tick-event",
"microsoft/pxt-tilemaps",
"microsoft/pxt-skillmap-sample"
],
"preferredRepos": [
"adafruit/Circuit-Playground-Character-Icons",
"adafruit/pxt-seesaw",
"jwunderl/pxt-button-combos",
"jwunderl/pxt-color",
"jwunderl/pxt-status-bar",
"microsoft/pxt-settings-blocks",
"microsoft/arcade-sprite-data",
"microsoft/arcade-grid",
"microsoft/arcade-minimap",
"microsoft/arcade-timers",
"microsoft/arcade-text",
"microsoft/pxt-tilemaps"
],
"upgrades": {
"microsoft/pxt-tilemaps": "min:v1.8.1",
"microsoft/arcade-sprite-data": "min:v0.0.6"
}
},
"shareLinks": {
"approved": [
"53897-77132-13809-57062",
"07573-63879-62644-28924"
]
},
"skillMap": {
"defaultPath": "github:microsoft/pxt-skillmap-sample/skillmap.md"
},
"galleries": {
"Tutorials": "tutorials",
"Multipart Tutorials": "multipart-tutorials",
"Live Coding": "live-coding",
"Blocks Games": "blocks-games",
"JavaScript Games": "javascript-games",
"Game Jam": "game-jam",
"Advanced Livestream": "advanced-stream",
"Community Games": "community",
"Game Design Concepts": "concepts",
"Graphics and Math": "graphics-math",
"Arts and Crafts": "arts-and-crafts",
"Lessons": "lessons",
"Courses": "courses",
"Hardware": "hardware",
"How to Make a Game Videos": "how-to-make-a-game",
"John Park's Workshop": "john-parks-workshop"
},
"electronManifest": {
"latest": "v1.2.7"
}
}