-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
125 lines (125 loc) · 3.71 KB
/
package.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"author": "[email protected]",
"dependencies": {},
"keywords": [],
"name": "pokebattle-color",
"pebble": {
"capabilities": [
"configurable",
"health"
],
"displayName": "PokeBattle Color",
"enableMultiJS": false,
"messageKeys": [
"EnemyName",
"AllyName",
"FocusAnimate",
"FlickAnimate"
],
"projectType": "native",
"resources": {
"media": [
{
"file": "images/sleep.png",
"name": "STATUS_SLEEP",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/paralysis.png",
"name": "STATUS_PARALYSIS",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/menu.png",
"menuIcon": true,
"name": "MENU",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"file": "images/colorBackground.png",
"name": "BACKGROUND",
"targetPlatforms": [
"basalt"
],
"type": "bitmap"
},
{
"characterRegex": "[0-9]",
"file": "fonts/Pokemon_GB.ttf",
"name": "FONT_LEVEL_10",
"targetPlatforms": [
"basalt"
],
"type": "font"
},
{
"file": "fonts/Pokemon_GB.ttf",
"name": "FONT_NAME_8",
"targetPlatforms": [
"basalt"
],
"type": "font"
},
{
"characterRegex": "[0-9:]",
"file": "fonts/Pokemon_GB.ttf",
"name": "FONT_TIME_24",
"targetPlatforms": [
"basalt"
],
"type": "font"
},
{
"file": "fonts/Pokemon_GB.ttf",
"name": "FONT_DATE_7",
"targetPlatforms": [
"basalt"
],
"type": "font"
},
{
"file": "data/009.png",
"name": "ENEMY_POKEMON",
"targetPlatforms": [
"basalt"
],
"type": "raw"
},
{
"file": "data/006b.png",
"name": "ALLY_POKEMON_SHINY",
"targetPlatforms": [
"basalt"
],
"type": "raw"
},
{
"file": "data/006.png",
"name": "ALLY_POKEMON",
"targetPlatforms": [
"basalt"
],
"type": "raw"
}
]
},
"sdkVersion": "3",
"targetPlatforms": [
"basalt"
],
"uuid": "2d81b6f1-3a4a-4375-8e51-a978a29648e6",
"watchapp": {
"watchface": true
}
},
"version": "2.3.0"
}