Skip to content

Commit 6ab2380

Browse files
authored
Merge pull request #109 from lincou/master
fix:个人探索修复
2 parents 267c702 + 943156b commit 6ab2380

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

src/common/funcList/014_探索_点击挑战图标.ts

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,22 @@ export class Func014 implements IFuncOrigin {
3737
operator: IFuncOperatorOrigin[] = [{
3838
desc: [1280, 720,
3939
[
40-
[left, 38, 65, 0xf1f5fb],
4140
[left, 36, 570, 0x983254],
4241
[left, 29, 672, 0x615a77],
4342
[right, 1227, 30, 0xd3af84],
4443
[right, 1174, 33, 0xd7b287],
44+
[left, 54, 60, 0xdec38c],
45+
[left, 124, 26, 0xf7eeb5],
4546
]
4647
],
4748
oper: [
48-
[left, 1280, 720, 0, 0, 42, 51, 2000],
49-
[right, 1280, 720, 1121, 117, 1224, 209, 0],
50-
[left, 1280, 720, 46, 215, 162, 525, 0],
51-
[left, 1280, 720, 30, 47, 71, 85, 500],
52-
[center, 1280, 720, 702, 388, 846, 421, 500],
53-
[left, 1280, 720, 0, 0, 16, 16, 0],
54-
[right, 1280, 720, 0, 0, 1275, 715, 0]
49+
[left, 1280, 720, 0, 0, 42, 51, 1000],
50+
[right, 1280, 720, 1121, 117, 1224, 209, 1000],
51+
[left, 1280, 720, 46, 215, 162, 525, 1000],
52+
[left, 1280, 720, 30, 47, 71, 85, 1000],
53+
[center, 1280, 720, 702, 388, 846, 421, 1000],
54+
[left, 1280, 720, 0, 0, 16, 16, 1000],
55+
[right, 1280, 720, 0, 0, 1275, 715, 1000],
5556
]
5657
}, {
5758
// 自动轮换

src/common/funcList/025_探索_单人时退出.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ export class Func025 implements IFuncOrigin {
1111
operator: IFuncOperatorOrigin[] = [{
1212
desc: [1280, 720, // 组队匹配上了的话就不做任何操作
1313
[
14-
[left, 38, 65, 0xf1f5fb],
14+
[left, 38, 65, 0x40271f],
1515
[left, 36, 570, 0x983254],
1616
[left, 29, 672, 0x615a77],
1717
[right, 1227, 30, 0xd3af84],
1818
[right, 1174, 33, 0xd7b287],
19-
[left, 64, 456, 0xf6f6e9],
19+
[left, 64, 456, 0x181219],
2020
[left, 72, 444, 0x483726]
2121
]
2222
],
@@ -27,7 +27,7 @@ export class Func025 implements IFuncOrigin {
2727
}, {
2828
desc: [1280, 720,
2929
[
30-
[left, 38, 65, 0xf1f5fb],
30+
[left, 38, 65, 0x40271f],
3131
[left, 36, 570, 0x983254],
3232
[left, 29, 672, 0x615a77],
3333
[right, 1227, 30, 0xd3af84],
@@ -40,12 +40,12 @@ export class Func025 implements IFuncOrigin {
4040
]
4141
}, { // 确认退出探索
4242
desc: [1280, 720,
43-
[[center, 340, 261, 0x987238],
44-
[center, 938, 261, 0x906736],
45-
[center, 560, 327, 0x2f2b26],
46-
[center, 722, 326, 0x322e28],
47-
[center, 539, 401, 0xf3b25e],
48-
[center, 729, 404, 0xf3b25e]]
43+
[[center, 340, 261, 0x472b18],
44+
[center, 938, 261, 0xe19398],
45+
[center, 560, 327, 0xffcf57],
46+
[center, 722, 326, 0xc46823],
47+
[center, 539, 401, 0xa56942],
48+
[center, 729, 404, 0x6b413e]]
4949
],
5050
oper: [
5151
[center, 1280, 720, 700, 386, 848, 420, 1000]

0 commit comments

Comments
 (0)