-
Notifications
You must be signed in to change notification settings - Fork 2
/
pxt.json
41 lines (41 loc) · 1.5 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
{
"name": "Fossil Clicker",
"version": "1.1.1",
"description": "",
"dependencies": {
"device": "*",
"arcade-text": "github:microsoft/arcade-text#v1.3.0",
"arcade-sprite-util": "github:jwunderl/arcade-sprite-util#v0.4.0",
"arcade-sprite-data": "github:microsoft/arcade-sprite-data#v0.2.1",
"arcade-mini-menu": "github:riknoll/arcade-mini-menu#c8b01b9d47f85a5133c786f1c026b1f376fe4285",
"Stats": "github:UnsignedArduino/Stats#758e35856bd5565e5d0e25c95cccfac79b7fc168",
"ColorBlock": "github:UnsignedArduino/ColorBlock#ac7b9500e40045cf1ddd8c5b7481d11bcb317f5f",
"Timers": "github:microsoft/arcade-timers#v1.1.0",
"BetterSettings": "github:S0m3randomguy/bettersettings#2023.5.1",
"Notifications": "github:UnsignedArduino/Notifications#de6517dcc280cafe902ef212f59d4f55a982c7ec",
"InhouseLoadingAnimations": "github:unsignedarduino/inhouseloadinganimations#v1.0.0",
"Color Fading": "github:jwunderl/pxt-color#v0.2.2",
"ExtraNumberBlocks": "github:UnsignedArduino/ExtraNumberBlocks#v1.0.0"
},
"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": "1.12.34",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "blocksprj"
}