-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpxt.json
More file actions
33 lines (33 loc) · 819 Bytes
/
pxt.json
File metadata and controls
33 lines (33 loc) · 819 Bytes
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
{
"name": "circle ext best",
"description": "",
"dependencies": {
"device": "*",
"sprite data revised": "github:wecodemakecode/arcade-sprite-data-revised#2013060ba6e038a5b2fe97595d7ee5e44f48bef9"
},
"files": [
"main.blocks",
"main.ts",
"README.md",
"circle/create-circle.md",
"circle/get-radius.md",
"circle/set-color.md",
"circle/get-color.md",
"circle/get-filled.md",
"circle/fill.md",
"circle/unfill.md",
"circle/random-color.md",
"circle/color-index-picker.md"
],
"testFiles": [
"test.ts"
],
"targetVersions": {
"target": "1.3.11",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
}