[update]更新
1.更新奖励货币符号为RM 2.更新再来一次文字提示
@@ -122,7 +122,7 @@
|
|||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0,
|
"x": -1557.975,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@@ -33045,7 +33045,7 @@
|
|||||||
},
|
},
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 0,
|
"width": 260,
|
||||||
"height": 63
|
"height": 63
|
||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
@@ -33084,11 +33084,11 @@
|
|||||||
"_string": "",
|
"_string": "",
|
||||||
"_horizontalAlign": 1,
|
"_horizontalAlign": 1,
|
||||||
"_verticalAlign": 1,
|
"_verticalAlign": 1,
|
||||||
"_actualFontSize": 50,
|
"_actualFontSize": 51,
|
||||||
"_fontSize": 50,
|
"_fontSize": 50,
|
||||||
"_fontFamily": "Arial",
|
"_fontFamily": "Arial",
|
||||||
"_lineHeight": 50,
|
"_lineHeight": 50,
|
||||||
"_overflow": 0,
|
"_overflow": 2,
|
||||||
"_enableWrapText": true,
|
"_enableWrapText": true,
|
||||||
"_font": null,
|
"_font": null,
|
||||||
"_isSystemFontUsed": true,
|
"_isSystemFontUsed": true,
|
||||||
@@ -36048,7 +36048,7 @@
|
|||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": -50,
|
"x": 20,
|
||||||
"y": -48,
|
"y": -48,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@@ -36252,7 +36252,7 @@
|
|||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 931,
|
"width": 931,
|
||||||
"height": 140
|
"height": 139
|
||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
@@ -36441,7 +36441,7 @@
|
|||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 160,
|
"x": 64,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@@ -36644,8 +36644,8 @@
|
|||||||
},
|
},
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 713,
|
"width": 637,
|
||||||
"height": 64
|
"height": 60
|
||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
|
|||||||
@@ -529,8 +529,8 @@ export class PageMain extends BaseView {
|
|||||||
}, 3.2);
|
}, 3.2);
|
||||||
|
|
||||||
let earn_str = this._game_data.win_coin > 0 ? "+" + this._game_data.win_coin : this._game_data.win_coin
|
let earn_str = this._game_data.win_coin > 0 ? "+" + this._game_data.win_coin : this._game_data.win_coin
|
||||||
this.lab_earn.string = earn_str
|
this.lab_earn.string = this._game_data.tier == "T5" ? Tools.GetLocalized("再来一次") : earn_str
|
||||||
this.lab_earn.color = this._game_data.win_coin > 0 ? new Color(255, 91, 69) : new Color(96, 255, 38)
|
this.lab_earn.color = this._game_data.win_coin >= 0 ? new Color(255, 91, 69) : new Color(96, 255, 38)
|
||||||
|
|
||||||
let blinkCount = 0;
|
let blinkCount = 0;
|
||||||
const blink = () => {
|
const blink = () => {
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 18 KiB |
@@ -47,9 +47,9 @@
|
|||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 931,
|
"width": 931,
|
||||||
"height": 140,
|
"height": 139,
|
||||||
"rawWidth": 931,
|
"rawWidth": 931,
|
||||||
"rawHeight": 140,
|
"rawHeight": 139,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
@@ -62,16 +62,16 @@
|
|||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-465.5,
|
-465.5,
|
||||||
-70,
|
-69.5,
|
||||||
0,
|
0,
|
||||||
465.5,
|
465.5,
|
||||||
-70,
|
-69.5,
|
||||||
0,
|
0,
|
||||||
-465.5,
|
-465.5,
|
||||||
70,
|
69.5,
|
||||||
0,
|
0,
|
||||||
465.5,
|
465.5,
|
||||||
70,
|
69.5,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
@@ -84,9 +84,9 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
140,
|
139,
|
||||||
931,
|
931,
|
||||||
140,
|
139,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
931,
|
931,
|
||||||
@@ -104,12 +104,12 @@
|
|||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-465.5,
|
-465.5,
|
||||||
-70,
|
-69.5,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
465.5,
|
465.5,
|
||||||
70,
|
69.5,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 11 KiB |
@@ -46,10 +46,10 @@
|
|||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 713,
|
"width": 637,
|
||||||
"height": 64,
|
"height": 60,
|
||||||
"rawWidth": 713,
|
"rawWidth": 637,
|
||||||
"rawHeight": 64,
|
"rawHeight": 60,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
@@ -61,17 +61,17 @@
|
|||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-356.5,
|
-318.5,
|
||||||
-32,
|
-30,
|
||||||
0,
|
0,
|
||||||
356.5,
|
318.5,
|
||||||
-32,
|
-30,
|
||||||
0,
|
0,
|
||||||
-356.5,
|
-318.5,
|
||||||
32,
|
30,
|
||||||
0,
|
0,
|
||||||
356.5,
|
318.5,
|
||||||
32,
|
30,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
@@ -84,12 +84,12 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
64,
|
60,
|
||||||
713,
|
637,
|
||||||
64,
|
60,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
713,
|
637,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
@@ -103,13 +103,13 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-356.5,
|
-318.5,
|
||||||
-32,
|
-30,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
356.5,
|
318.5,
|
||||||
32,
|
30,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1682,7 +1682,7 @@
|
|||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 170,
|
"x": 190,
|
||||||
"y": 30,
|
"y": 30,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@@ -1732,7 +1732,7 @@
|
|||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 10,
|
"x": 48,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@@ -1773,7 +1773,7 @@
|
|||||||
},
|
},
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 100,
|
"width": 120,
|
||||||
"height": 50
|
"height": 50
|
||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
@@ -1885,7 +1885,7 @@
|
|||||||
},
|
},
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 485,
|
"width": 451,
|
||||||
"height": 44
|
"height": 44
|
||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
@@ -2034,7 +2034,7 @@
|
|||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 68,
|
"x": 30,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@@ -2187,8 +2187,8 @@
|
|||||||
},
|
},
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 399,
|
"width": 438,
|
||||||
"height": 50
|
"height": 45
|
||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
@@ -2337,7 +2337,7 @@
|
|||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": -40,
|
"y": -34,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"_lrot": {
|
"_lrot": {
|
||||||
@@ -2489,8 +2489,8 @@
|
|||||||
},
|
},
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 422,
|
"width": 426,
|
||||||
"height": 116
|
"height": 120
|
||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
@@ -2638,7 +2638,7 @@
|
|||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
"x": 61,
|
"x": 31,
|
||||||
"y": 0,
|
"y": 0,
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
@@ -2791,8 +2791,8 @@
|
|||||||
},
|
},
|
||||||
"_contentSize": {
|
"_contentSize": {
|
||||||
"__type__": "cc.Size",
|
"__type__": "cc.Size",
|
||||||
"width": 424,
|
"width": 450,
|
||||||
"height": 49
|
"height": 48
|
||||||
},
|
},
|
||||||
"_anchorPoint": {
|
"_anchorPoint": {
|
||||||
"__type__": "cc.Vec2",
|
"__type__": "cc.Vec2",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 11 KiB |
@@ -43,13 +43,13 @@
|
|||||||
"trimThreshold": 1,
|
"trimThreshold": 1,
|
||||||
"rotated": false,
|
"rotated": false,
|
||||||
"offsetX": 0,
|
"offsetX": 0,
|
||||||
"offsetY": 2,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 5,
|
"trimY": 0,
|
||||||
"width": 485,
|
"width": 451,
|
||||||
"height": 44,
|
"height": 44,
|
||||||
"rawWidth": 485,
|
"rawWidth": 451,
|
||||||
"rawHeight": 58,
|
"rawHeight": 44,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
@@ -61,16 +61,16 @@
|
|||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-242.5,
|
-225.5,
|
||||||
-22,
|
-22,
|
||||||
0,
|
0,
|
||||||
242.5,
|
225.5,
|
||||||
-22,
|
-22,
|
||||||
0,
|
0,
|
||||||
-242.5,
|
-225.5,
|
||||||
22,
|
22,
|
||||||
0,
|
0,
|
||||||
242.5,
|
225.5,
|
||||||
22,
|
22,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
@@ -84,31 +84,31 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
53,
|
44,
|
||||||
485,
|
451,
|
||||||
53,
|
44,
|
||||||
0,
|
0,
|
||||||
9,
|
0,
|
||||||
485,
|
451,
|
||||||
9
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
0,
|
0,
|
||||||
0.15517241379310345,
|
|
||||||
1,
|
|
||||||
0.15517241379310345,
|
|
||||||
0,
|
0,
|
||||||
0.9137931034482759,
|
|
||||||
1,
|
1,
|
||||||
0.9137931034482759
|
0,
|
||||||
|
0,
|
||||||
|
1,
|
||||||
|
1,
|
||||||
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-242.5,
|
-225.5,
|
||||||
-22,
|
-22,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
242.5,
|
225.5,
|
||||||
22,
|
22,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
@@ -46,10 +46,10 @@
|
|||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 399,
|
"width": 438,
|
||||||
"height": 50,
|
"height": 45,
|
||||||
"rawWidth": 399,
|
"rawWidth": 438,
|
||||||
"rawHeight": 50,
|
"rawHeight": 45,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
@@ -61,17 +61,17 @@
|
|||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-199.5,
|
-219,
|
||||||
-25,
|
-22.5,
|
||||||
0,
|
0,
|
||||||
199.5,
|
219,
|
||||||
-25,
|
-22.5,
|
||||||
0,
|
0,
|
||||||
-199.5,
|
-219,
|
||||||
25,
|
22.5,
|
||||||
0,
|
0,
|
||||||
199.5,
|
219,
|
||||||
25,
|
22.5,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
@@ -84,12 +84,12 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
50,
|
45,
|
||||||
399,
|
438,
|
||||||
50,
|
45,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
399,
|
438,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
@@ -103,13 +103,13 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-199.5,
|
-219,
|
||||||
-25,
|
-22.5,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
199.5,
|
219,
|
||||||
25,
|
22.5,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 29 KiB |
@@ -46,10 +46,10 @@
|
|||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 422,
|
"width": 426,
|
||||||
"height": 116,
|
"height": 120,
|
||||||
"rawWidth": 422,
|
"rawWidth": 426,
|
||||||
"rawHeight": 116,
|
"rawHeight": 120,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
@@ -61,17 +61,17 @@
|
|||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-211,
|
-213,
|
||||||
-58,
|
-60,
|
||||||
0,
|
0,
|
||||||
211,
|
213,
|
||||||
-58,
|
-60,
|
||||||
0,
|
0,
|
||||||
-211,
|
-213,
|
||||||
58,
|
60,
|
||||||
0,
|
0,
|
||||||
211,
|
213,
|
||||||
58,
|
60,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
@@ -84,12 +84,12 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
116,
|
120,
|
||||||
422,
|
426,
|
||||||
116,
|
120,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
422,
|
426,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
@@ -103,13 +103,13 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-211,
|
-213,
|
||||||
-58,
|
-60,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
211,
|
213,
|
||||||
58,
|
60,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 20 KiB |
@@ -46,10 +46,10 @@
|
|||||||
"offsetY": 0,
|
"offsetY": 0,
|
||||||
"trimX": 0,
|
"trimX": 0,
|
||||||
"trimY": 0,
|
"trimY": 0,
|
||||||
"width": 424,
|
"width": 450,
|
||||||
"height": 49,
|
"height": 48,
|
||||||
"rawWidth": 424,
|
"rawWidth": 450,
|
||||||
"rawHeight": 49,
|
"rawHeight": 48,
|
||||||
"borderTop": 0,
|
"borderTop": 0,
|
||||||
"borderBottom": 0,
|
"borderBottom": 0,
|
||||||
"borderLeft": 0,
|
"borderLeft": 0,
|
||||||
@@ -61,17 +61,17 @@
|
|||||||
"meshType": 0,
|
"meshType": 0,
|
||||||
"vertices": {
|
"vertices": {
|
||||||
"rawPosition": [
|
"rawPosition": [
|
||||||
-212,
|
-225,
|
||||||
-24.5,
|
-24,
|
||||||
0,
|
0,
|
||||||
212,
|
225,
|
||||||
-24.5,
|
-24,
|
||||||
0,
|
0,
|
||||||
-212,
|
-225,
|
||||||
24.5,
|
24,
|
||||||
0,
|
0,
|
||||||
212,
|
225,
|
||||||
24.5,
|
24,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"indexes": [
|
"indexes": [
|
||||||
@@ -84,12 +84,12 @@
|
|||||||
],
|
],
|
||||||
"uv": [
|
"uv": [
|
||||||
0,
|
0,
|
||||||
49,
|
48,
|
||||||
424,
|
450,
|
||||||
49,
|
48,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
424,
|
450,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"nuv": [
|
"nuv": [
|
||||||
@@ -103,13 +103,13 @@
|
|||||||
1
|
1
|
||||||
],
|
],
|
||||||
"minPos": [
|
"minPos": [
|
||||||
-212,
|
-225,
|
||||||
-24.5,
|
-24,
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"maxPos": [
|
"maxPos": [
|
||||||
212,
|
225,
|
||||||
24.5,
|
24,
|
||||||
0
|
0
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ export const LabelConfig : LabelConfigType = {
|
|||||||
"自动游戏B": ["自动游戏", "AUTO PLAY"],
|
"自动游戏B": ["自动游戏", "AUTO PLAY"],
|
||||||
"剩余次数B:": ["剩余次数:", "REMAINING TIMES:"],
|
"剩余次数B:": ["剩余次数:", "REMAINING TIMES:"],
|
||||||
"数据错误": ["数据错误", "Data error"],
|
"数据错误": ["数据错误", "Data error"],
|
||||||
|
"再来一次": ["再来一次", "Once Again"],
|
||||||
}
|
}
|
||||||