forked from microsoft/tilecode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpxt.json
41 lines (41 loc) · 812 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
{
"name": "tileworld",
"version": "3.5.5",
"description": "",
"dependencies": {
"device": "*",
"animation": "*"
},
"files": [
"README.md",
"manual.md",
"utilities.ts",
"rule.ts",
"ruleview.ts",
"project.ts",
"sprites.ts",
"vm.ts",
"imageeditor.ts",
"rulesBase.ts",
"ruledisplay.ts",
"spriteRules.ts",
"debugger.ts",
"ruleeditor.ts",
"editor.ts",
"gallery.ts",
"settings.ts",
"home.ts",
"loadScreen.ts",
"main.ts",
"games.ts",
"mytilemap.ts"
],
"testFiles": [
"test.ts"
],
"public": false,
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
}