-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
40 lines (40 loc) · 1.45 KB
/
pxt.json
File metadata and controls
40 lines (40 loc) · 1.45 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
{
"name": "Farming Simulator",
"description": "",
"dependencies": {
"device": "*",
"Inventory": "github:unsignedarduino/inventory#master",
"controller": "*",
"arcade-character-animations": "github:microsoft/arcade-character-animations#v0.0.2",
"Stats": "github:UnsignedArduino/Stats#9102333e1ca6cbaf8a979ceb252274b2f09b9005",
"FastRandomBlocks": "github:UnsignedArduino/Fast-Random-Blocks#8c985a77e5c4278e43a7bc375db095c67afb58ed",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"arcade-shader": "github:riknoll/arcade-shader#d2a2572906fdb68ff429f337e30606b069e688ea",
"arcade-tilemap-a-star": "github:jwunderl/arcade-tilemap-a-star#v0.4.0",
"Color Fading": "github:jwunderl/pxt-color#v0.2.2",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"arcade-mini-menu": "github:riknoll/arcade-mini-menu#10013ca1dcba54156faf7f4fefff9bc8db24ff26",
"ColorBlock": "github:UnsignedArduino/ColorBlock#ac7b9500e40045cf1ddd8c5b7481d11bcb317f5f"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"assets.json",
"images.g.jres",
"images.g.ts",
"tilemap.g.jres",
"tilemap.g.ts"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.8.29",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}