maidraw 0.6.3 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/themes/ongeki/common/brightmemory/background.png +0 -0
- package/assets/themes/ongeki/common/brightmemory/logo.png +0 -0
- package/assets/themes/ongeki/jp/brightMemoryLandscape/classic/manifest.json +203 -0
- package/assets/themes/ongeki/jp/brightMemoryLandscape/refresh/manifest.json +170 -0
- package/assets/themes/ongeki/jp/refreshLandscape/classic/manifest.json +14 -14
- package/assets/themes/ongeki/jp/refreshLandscape/refresh/manifest.json +14 -14
- package/package.json +1 -1
- /package/assets/themes/ongeki/common/refresh/{jp/background.png → background.png} +0 -0
- /package/assets/themes/ongeki/common/refresh/{jp/logo.png → logo.png} +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/a.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/aa.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/aaa.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/b.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/bb.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/bbb.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/c.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/d.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/s.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/ss.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/sss.png +0 -0
- /package/assets/themes/ongeki/common/{refresh → versionless}/achievement/sssp.png +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
{
|
|
2
|
+
"displayName": "オンゲキ bright MEMORY, landscape",
|
|
3
|
+
"name": "jp-brightmemory-landscape-classic",
|
|
4
|
+
"width": 2320,
|
|
5
|
+
"height": 2215,
|
|
6
|
+
"sprites": {
|
|
7
|
+
"achievement": {
|
|
8
|
+
"d": "../../../common/versionless/achievement/d.png",
|
|
9
|
+
"c": "../../../common/versionless/achievement/c.png",
|
|
10
|
+
"b": "../../../common/versionless/achievement/b.png",
|
|
11
|
+
"bb": "../../../common/versionless/achievement/bb.png",
|
|
12
|
+
"bbb": "../../../common/versionless/achievement/bbb.png",
|
|
13
|
+
"a": "../../../common/versionless/achievement/a.png",
|
|
14
|
+
"aa": "../../../common/versionless/achievement/aa.png",
|
|
15
|
+
"aaa": "../../../common/versionless/achievement/aaa.png",
|
|
16
|
+
"s": "../../../common/versionless/achievement/s.png",
|
|
17
|
+
"ss": "../../../common/versionless/achievement/ss.png",
|
|
18
|
+
"sss": "../../../common/versionless/achievement/sss.png",
|
|
19
|
+
"sssp": "../../../common/versionless/achievement/sssp.png"
|
|
20
|
+
},
|
|
21
|
+
"milestone": {
|
|
22
|
+
"ab": "../../../common/versionless/milestone/ab.png",
|
|
23
|
+
"abp": "../../../common/versionless/milestone/abp.png",
|
|
24
|
+
"fc": "../../../common/versionless/milestone/fc.png",
|
|
25
|
+
"fb": "../../../common/versionless/milestone/fb.png",
|
|
26
|
+
"none": "../../../common/versionless/void.png"
|
|
27
|
+
},
|
|
28
|
+
"ratingNumberMap": "../../../common/versionless/numberMap.png",
|
|
29
|
+
"profile": {
|
|
30
|
+
"userplate": "../../../common/versionless/userplateIchigeki.png",
|
|
31
|
+
"icon": "../../../common/versionless/icon.png"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"elements": [
|
|
35
|
+
{
|
|
36
|
+
"type": "image",
|
|
37
|
+
"x": 0,
|
|
38
|
+
"y": -1130,
|
|
39
|
+
"width": 2320,
|
|
40
|
+
"height": 4124,
|
|
41
|
+
"path": "../../../common/brightmemory/background.png"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type": "score-grid",
|
|
45
|
+
"x": 70,
|
|
46
|
+
"y": 425,
|
|
47
|
+
"horizontalSize": 2,
|
|
48
|
+
"verticalSize": 5,
|
|
49
|
+
"region": "recent",
|
|
50
|
+
"index": 0,
|
|
51
|
+
"scoreBubble": {
|
|
52
|
+
"width": 290,
|
|
53
|
+
"height": 155,
|
|
54
|
+
"margin": 10,
|
|
55
|
+
"gap": 20,
|
|
56
|
+
"color": {
|
|
57
|
+
"basic": "#70E262",
|
|
58
|
+
"advanced": "#FFBB00",
|
|
59
|
+
"expert": "#FF4A5A",
|
|
60
|
+
"master": "#A04FDA",
|
|
61
|
+
"lunatic": "#591C28"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "score-grid",
|
|
67
|
+
"x": 720,
|
|
68
|
+
"y": 425,
|
|
69
|
+
"horizontalSize": 5,
|
|
70
|
+
"verticalSize": 6,
|
|
71
|
+
"region": "old",
|
|
72
|
+
"index": 0,
|
|
73
|
+
"scoreBubble": {
|
|
74
|
+
"width": 290,
|
|
75
|
+
"height": 155,
|
|
76
|
+
"margin": 10,
|
|
77
|
+
"gap": 20,
|
|
78
|
+
"color": {
|
|
79
|
+
"basic": "#70E262",
|
|
80
|
+
"advanced": "#FFBB00",
|
|
81
|
+
"expert": "#FF4A5A",
|
|
82
|
+
"master": "#A04FDA",
|
|
83
|
+
"lunatic": "#591C28"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"type": "score-grid",
|
|
89
|
+
"x": 70,
|
|
90
|
+
"y": 1360,
|
|
91
|
+
"horizontalSize": 1,
|
|
92
|
+
"verticalSize": 1,
|
|
93
|
+
"region": "new",
|
|
94
|
+
"index": 0,
|
|
95
|
+
"scoreBubble": {
|
|
96
|
+
"width": 290,
|
|
97
|
+
"height": 155,
|
|
98
|
+
"margin": 10,
|
|
99
|
+
"gap": 20,
|
|
100
|
+
"color": {
|
|
101
|
+
"basic": "#70E262",
|
|
102
|
+
"advanced": "#FFBB00",
|
|
103
|
+
"expert": "#FF4A5A",
|
|
104
|
+
"master": "#A04FDA",
|
|
105
|
+
"lunatic": "#591C28"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "score-grid",
|
|
111
|
+
"x": 70,
|
|
112
|
+
"y": 1535,
|
|
113
|
+
"horizontalSize": 7,
|
|
114
|
+
"verticalSize": 2,
|
|
115
|
+
"region": "new",
|
|
116
|
+
"index": 1,
|
|
117
|
+
"scoreBubble": {
|
|
118
|
+
"width": 290,
|
|
119
|
+
"height": 155,
|
|
120
|
+
"margin": 10,
|
|
121
|
+
"gap": {
|
|
122
|
+
"x": 25,
|
|
123
|
+
"y": 20
|
|
124
|
+
},
|
|
125
|
+
"color": {
|
|
126
|
+
"basic": "#70E262",
|
|
127
|
+
"advanced": "#FFBB00",
|
|
128
|
+
"expert": "#FF4A5A",
|
|
129
|
+
"master": "#A04FDA",
|
|
130
|
+
"lunatic": "#591C28"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"type": "profile",
|
|
136
|
+
"x": 0,
|
|
137
|
+
"y": 0
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"type": "image",
|
|
141
|
+
"x": 1694,
|
|
142
|
+
"y": -80,
|
|
143
|
+
"width": 600,
|
|
144
|
+
"height": 464,
|
|
145
|
+
"path": "../../../common/brightmemory/logo.png"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"type": "image",
|
|
149
|
+
"x": 460,
|
|
150
|
+
"y": 1330,
|
|
151
|
+
"width": 161,
|
|
152
|
+
"height": 180,
|
|
153
|
+
"path": "../../../common/versionless/emote.png"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"type": "text",
|
|
157
|
+
"size": 32,
|
|
158
|
+
"x": 2240,
|
|
159
|
+
"y": 1932,
|
|
160
|
+
"borderColor": "#b89f82",
|
|
161
|
+
"align": "right",
|
|
162
|
+
"content": "Generated by saltbot | ongeki.cab/discord | ongeki.cab/invite"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"type": "text",
|
|
166
|
+
"size": 24,
|
|
167
|
+
"x": 80,
|
|
168
|
+
"y": 405,
|
|
169
|
+
"borderColor": "#b89f82",
|
|
170
|
+
"align": "left",
|
|
171
|
+
"content": "RECENT scores average: {recentOrPlatinumScoreAvg}"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"type": "text",
|
|
175
|
+
"size": 24,
|
|
176
|
+
"x": 730,
|
|
177
|
+
"y": 405,
|
|
178
|
+
"borderColor": "#b89f82",
|
|
179
|
+
"align": "left",
|
|
180
|
+
"content": "OLD scores average: {oldScoreRatingAvg}"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"type": "text",
|
|
184
|
+
"size": 24,
|
|
185
|
+
"x": 80,
|
|
186
|
+
"y": 1340,
|
|
187
|
+
"borderColor": "#b89f82",
|
|
188
|
+
"align": "left",
|
|
189
|
+
"content": "NEW average: {newScoreRatingAvg}"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"type": "text",
|
|
193
|
+
"size": 24,
|
|
194
|
+
"x": 610,
|
|
195
|
+
"y": 277,
|
|
196
|
+
"color": "black",
|
|
197
|
+
"lineWidth": 0,
|
|
198
|
+
"borderColor": "rgba(255, 255, 255, 0)",
|
|
199
|
+
"align": "left",
|
|
200
|
+
"content": "NAIVE 45 average: {naiveBest45}"
|
|
201
|
+
}
|
|
202
|
+
]
|
|
203
|
+
}
|
|
@@ -0,0 +1,170 @@
|
|
|
1
|
+
{
|
|
2
|
+
"displayName": "オンゲキ bright MEMORY, landscape",
|
|
3
|
+
"name": "jp-brightmemory-landscape-refresh",
|
|
4
|
+
"width": 2350,
|
|
5
|
+
"height": 2515,
|
|
6
|
+
"sprites": {
|
|
7
|
+
"achievement": {
|
|
8
|
+
"d": "../../../common/versionless/achievement/d.png",
|
|
9
|
+
"c": "../../../common/versionless/achievement/c.png",
|
|
10
|
+
"b": "../../../common/versionless/achievement/b.png",
|
|
11
|
+
"bb": "../../../common/versionless/achievement/bb.png",
|
|
12
|
+
"bbb": "../../../common/versionless/achievement/bbb.png",
|
|
13
|
+
"a": "../../../common/versionless/achievement/a.png",
|
|
14
|
+
"aa": "../../../common/versionless/achievement/aa.png",
|
|
15
|
+
"aaa": "../../../common/versionless/achievement/aaa.png",
|
|
16
|
+
"s": "../../../common/versionless/achievement/s.png",
|
|
17
|
+
"ss": "../../../common/versionless/achievement/ss.png",
|
|
18
|
+
"sss": "../../../common/versionless/achievement/sss.png",
|
|
19
|
+
"sssp": "../../../common/versionless/achievement/sssp.png"
|
|
20
|
+
},
|
|
21
|
+
"milestone": {
|
|
22
|
+
"ab": "../../../common/versionless/milestone/ab.png",
|
|
23
|
+
"abp": "../../../common/versionless/milestone/abp.png",
|
|
24
|
+
"fc": "../../../common/versionless/milestone/fc.png",
|
|
25
|
+
"fb": "../../../common/versionless/milestone/fb.png",
|
|
26
|
+
"none": "../../../common/versionless/void.png"
|
|
27
|
+
},
|
|
28
|
+
"ratingNumberMap": "../../../common/versionless/numberMap.png",
|
|
29
|
+
"profile": {
|
|
30
|
+
"userplate": "../../../common/versionless/userplateIchigeki.png",
|
|
31
|
+
"icon": "../../../common/versionless/icon.png"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"elements": [
|
|
35
|
+
{
|
|
36
|
+
"type": "image",
|
|
37
|
+
"x": 0,
|
|
38
|
+
"y": -831,
|
|
39
|
+
"width": 2350,
|
|
40
|
+
"height": 4178,
|
|
41
|
+
"path": "../../../common/brightmemory/background.png"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"type": "score-grid",
|
|
45
|
+
"x": 70,
|
|
46
|
+
"y": 425,
|
|
47
|
+
"horizontalSize": 1,
|
|
48
|
+
"verticalSize": 10,
|
|
49
|
+
"region": "new",
|
|
50
|
+
"index": 0,
|
|
51
|
+
"scoreBubble": {
|
|
52
|
+
"width": 290,
|
|
53
|
+
"height": 155,
|
|
54
|
+
"margin": 10,
|
|
55
|
+
"gap": 20,
|
|
56
|
+
"color": {
|
|
57
|
+
"basic": "#70E262",
|
|
58
|
+
"advanced": "#FFBB00",
|
|
59
|
+
"expert": "#FF4A5A",
|
|
60
|
+
"master": "#A04FDA",
|
|
61
|
+
"lunatic": "#591C28"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": "score-grid",
|
|
67
|
+
"x": 400,
|
|
68
|
+
"y": 425,
|
|
69
|
+
"horizontalSize": 5,
|
|
70
|
+
"verticalSize": 10,
|
|
71
|
+
"region": "old",
|
|
72
|
+
"index": 0,
|
|
73
|
+
"scoreBubble": {
|
|
74
|
+
"width": 290,
|
|
75
|
+
"height": 155,
|
|
76
|
+
"margin": 10,
|
|
77
|
+
"gap": 20,
|
|
78
|
+
"color": {
|
|
79
|
+
"basic": "#70E262",
|
|
80
|
+
"advanced": "#FFBB00",
|
|
81
|
+
"expert": "#FF4A5A",
|
|
82
|
+
"master": "#A04FDA",
|
|
83
|
+
"lunatic": "#591C28"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"type": "score-grid",
|
|
89
|
+
"x": 1990,
|
|
90
|
+
"y": 425,
|
|
91
|
+
"horizontalSize": 1,
|
|
92
|
+
"verticalSize": 10,
|
|
93
|
+
"region": "recent",
|
|
94
|
+
"index": 0,
|
|
95
|
+
"scoreBubble": {
|
|
96
|
+
"width": 290,
|
|
97
|
+
"height": 155,
|
|
98
|
+
"margin": 10,
|
|
99
|
+
"gap": 20,
|
|
100
|
+
"color": {
|
|
101
|
+
"basic": "#70E262",
|
|
102
|
+
"advanced": "#FFBB00",
|
|
103
|
+
"expert": "#FF4A5A",
|
|
104
|
+
"master": "#A04FDA",
|
|
105
|
+
"lunatic": "#591C28"
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"type": "profile",
|
|
111
|
+
"x": 0,
|
|
112
|
+
"y": 0
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "image",
|
|
116
|
+
"x": 1724,
|
|
117
|
+
"y": -80,
|
|
118
|
+
"width": 600,
|
|
119
|
+
"height": 464,
|
|
120
|
+
"path": "../../../common/brightmemory/logo.png"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "text",
|
|
124
|
+
"size": 32,
|
|
125
|
+
"x": 2240,
|
|
126
|
+
"y": 2232,
|
|
127
|
+
"borderColor": "#b89f82",
|
|
128
|
+
"align": "right",
|
|
129
|
+
"content": "Generated by saltbot | ongeki.cab/discord | ongeki.cab/invite"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"type": "text",
|
|
133
|
+
"size": 24,
|
|
134
|
+
"x": 80,
|
|
135
|
+
"y": 405,
|
|
136
|
+
"borderColor": "#b89f82",
|
|
137
|
+
"align": "left",
|
|
138
|
+
"content": "NEW average: {newScoreRatingAvg}"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"type": "text",
|
|
142
|
+
"size": 24,
|
|
143
|
+
"x": 410,
|
|
144
|
+
"y": 405,
|
|
145
|
+
"borderColor": "#b89f82",
|
|
146
|
+
"align": "left",
|
|
147
|
+
"content": "OLD average: {oldScoreRatingAvg}"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"type": "text",
|
|
151
|
+
"size": 24,
|
|
152
|
+
"x": 2000,
|
|
153
|
+
"y": 405,
|
|
154
|
+
"borderColor": "#b89f82",
|
|
155
|
+
"align": "left",
|
|
156
|
+
"content": "#10 PLATINUM bonus"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"type": "text",
|
|
160
|
+
"size": 24,
|
|
161
|
+
"x": 610,
|
|
162
|
+
"y": 277,
|
|
163
|
+
"color": "black",
|
|
164
|
+
"lineWidth": 0,
|
|
165
|
+
"borderColor": "rgba(255, 255, 255, 0)",
|
|
166
|
+
"align": "left",
|
|
167
|
+
"content": "NAIVE 45 average: {naiveBest45}"
|
|
168
|
+
}
|
|
169
|
+
]
|
|
170
|
+
}
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
"height": 2215,
|
|
6
6
|
"sprites": {
|
|
7
7
|
"achievement": {
|
|
8
|
-
"d": "../../../common/
|
|
9
|
-
"c": "../../../common/
|
|
10
|
-
"b": "../../../common/
|
|
11
|
-
"bb": "../../../common/
|
|
12
|
-
"bbb": "../../../common/
|
|
13
|
-
"a": "../../../common/
|
|
14
|
-
"aa": "../../../common/
|
|
15
|
-
"aaa": "../../../common/
|
|
16
|
-
"s": "../../../common/
|
|
17
|
-
"ss": "../../../common/
|
|
18
|
-
"sss": "../../../common/
|
|
19
|
-
"sssp": "../../../common/
|
|
8
|
+
"d": "../../../common/versionless/achievement/d.png",
|
|
9
|
+
"c": "../../../common/versionless/achievement/c.png",
|
|
10
|
+
"b": "../../../common/versionless/achievement/b.png",
|
|
11
|
+
"bb": "../../../common/versionless/achievement/bb.png",
|
|
12
|
+
"bbb": "../../../common/versionless/achievement/bbb.png",
|
|
13
|
+
"a": "../../../common/versionless/achievement/a.png",
|
|
14
|
+
"aa": "../../../common/versionless/achievement/aa.png",
|
|
15
|
+
"aaa": "../../../common/versionless/achievement/aaa.png",
|
|
16
|
+
"s": "../../../common/versionless/achievement/s.png",
|
|
17
|
+
"ss": "../../../common/versionless/achievement/ss.png",
|
|
18
|
+
"sss": "../../../common/versionless/achievement/sss.png",
|
|
19
|
+
"sssp": "../../../common/versionless/achievement/sssp.png"
|
|
20
20
|
},
|
|
21
21
|
"milestone": {
|
|
22
22
|
"ab": "../../../common/versionless/milestone/ab.png",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"y": -1130,
|
|
39
39
|
"width": 2320,
|
|
40
40
|
"height": 4124,
|
|
41
|
-
"path": "../../../common/refresh/
|
|
41
|
+
"path": "../../../common/refresh/background.png"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"type": "score-grid",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"y": -100,
|
|
143
143
|
"width": 616,
|
|
144
144
|
"height": 500,
|
|
145
|
-
"path": "../../../common/refresh/
|
|
145
|
+
"path": "../../../common/refresh/logo.png"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"type": "image",
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
"height": 2515,
|
|
6
6
|
"sprites": {
|
|
7
7
|
"achievement": {
|
|
8
|
-
"d": "../../../common/
|
|
9
|
-
"c": "../../../common/
|
|
10
|
-
"b": "../../../common/
|
|
11
|
-
"bb": "../../../common/
|
|
12
|
-
"bbb": "../../../common/
|
|
13
|
-
"a": "../../../common/
|
|
14
|
-
"aa": "../../../common/
|
|
15
|
-
"aaa": "../../../common/
|
|
16
|
-
"s": "../../../common/
|
|
17
|
-
"ss": "../../../common/
|
|
18
|
-
"sss": "../../../common/
|
|
19
|
-
"sssp": "../../../common/
|
|
8
|
+
"d": "../../../common/versionless/achievement/d.png",
|
|
9
|
+
"c": "../../../common/versionless/achievement/c.png",
|
|
10
|
+
"b": "../../../common/versionless/achievement/b.png",
|
|
11
|
+
"bb": "../../../common/versionless/achievement/bb.png",
|
|
12
|
+
"bbb": "../../../common/versionless/achievement/bbb.png",
|
|
13
|
+
"a": "../../../common/versionless/achievement/a.png",
|
|
14
|
+
"aa": "../../../common/versionless/achievement/aa.png",
|
|
15
|
+
"aaa": "../../../common/versionless/achievement/aaa.png",
|
|
16
|
+
"s": "../../../common/versionless/achievement/s.png",
|
|
17
|
+
"ss": "../../../common/versionless/achievement/ss.png",
|
|
18
|
+
"sss": "../../../common/versionless/achievement/sss.png",
|
|
19
|
+
"sssp": "../../../common/versionless/achievement/sssp.png"
|
|
20
20
|
},
|
|
21
21
|
"milestone": {
|
|
22
22
|
"ab": "../../../common/versionless/milestone/ab.png",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"y": -831,
|
|
39
39
|
"width": 2350,
|
|
40
40
|
"height": 4178,
|
|
41
|
-
"path": "../../../common/refresh/
|
|
41
|
+
"path": "../../../common/refresh/background.png"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"type": "score-grid",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"y": -100,
|
|
118
118
|
"width": 616,
|
|
119
119
|
"height": 500,
|
|
120
|
-
"path": "../../../common/refresh/
|
|
120
|
+
"path": "../../../common/refresh/logo.png"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"type": "text",
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|