6
archive/js/切换2号角色/main.js
Normal file
6
archive/js/切换2号角色/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
(async function () {
|
||||
setGameMetrics(1920, 1080, 2); // 设置游戏窗口大小和DPI
|
||||
keyPress("2");
|
||||
|
||||
log.info("已切换2号角色");
|
||||
})();
|
||||
Reference in New Issue
Block a user