-
Notifications
You must be signed in to change notification settings - Fork 1
/
pxt.json
42 lines (42 loc) · 890 Bytes
/
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
42
{
"name": "makekodu",
"version": "0.0.20",
"description": "",
"dependencies": {
"device": "*",
"arcade-text": "github:microsoft/arcade-text#v1.3.0"
},
"files": [
"main.ts",
"README.md",
"button.ts",
"camera.ts",
"component.ts",
"assets.ts",
"cursor.ts",
"character.ts",
"menu.ts",
"stage.ts",
"language.ts",
"physics.ts",
"characters.ts",
"library.ts",
"program.ts",
"app.ts",
"vec2.ts",
"worldStage.ts",
"kodeStage.ts",
"kelpie.ts",
"util.ts"
],
"testFiles": [],
"targetVersions": {
"target": "1.4.6",
"targetId": "arcade"
},
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj",
"disableTargetTemplateFiles": true
}