Skip to content

Commit 010d492

Browse files
committed
优化:创建组队界面有临时界面
1 parent 822087b commit 010d492

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/common/funcList/027_组队_创建或匹配.ts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,33 @@ export class Func027 implements IFuncOrigin {
145145
[center, 1280, 720, 413, 450, 574, 485, 700], // 魂土
146146
[center, 1280, 720, 414, 516, 571, 553, 700], // 魂王
147147
]
148+
}, { // 13 第二栏的全部字样
149+
desc: [1280, 720,
150+
[
151+
[left, 237, 219, 0x2c2924],
152+
[left, 230, 229, 0x272420],
153+
[left, 238, 229, 0x272420],
154+
[left, 275, 228, 0x443f38],
155+
]
156+
],
157+
oper: [
158+
[center, 1280, 720, 255, 230, 260, 235, 1000], // 副本上划起始
159+
[center, 1280, 720, 255, 155, 260, 160, 1000], // 副本上划结束
160+
]
148161
}]
149162
operatorFunc(thisScript: Script, thisOperator: IFuncOperator[]): boolean {
150163
const thisConf = thisScript.scheme.config['27'];
151164
if (!thisScript.global.first_create_team && thisScript.oper({
152165
name: '组队置顶',
153-
operator: [{ desc: thisOperator[12].desc }]
166+
operator: [{ desc: thisOperator[12].desc }, { desc: thisOperator[13].desc }]
154167
})) {
168+
if (thisScript.oper({
169+
name: '组队置顶',
170+
operator: [{ desc: thisOperator[13].desc }]
171+
})) {
172+
thisScript.regionBezierSwipe(thisOperator[13].oper[0], thisOperator[13].oper[1], [2000, 2050], 500);
173+
return true;
174+
}
155175
switch (thisConf.mission) {
156176
case '御魂':
157177
thisScript.regionClick([thisOperator[12].oper[0]]);

0 commit comments

Comments
 (0)