Add files via upload
This commit is contained in:
14
repo/js/Condensed Resin/main.js
Normal file
14
repo/js/Condensed Resin/main.js
Normal file
@@ -0,0 +1,14 @@
|
||||
(async function () {
|
||||
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
|
||||
keyPress("F");
|
||||
await sleep(3000);
|
||||
click(960, 540);
|
||||
await sleep(1000);
|
||||
click(1750, 1010);
|
||||
await sleep(5000);
|
||||
click(975, 900);
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
|
||||
log.info("已完成合成浓缩树脂");
|
||||
})();
|
||||
Reference in New Issue
Block a user