更新:添加鼠标图标识别、复活逻辑优化、参数配置加载修复、目标血量100%检测
This commit is contained in:
@@ -21,6 +21,8 @@ _DEFAULTS = {
|
||||
"scan_region_height": 15,
|
||||
"offset_left": 20,
|
||||
"offset_top": 45,
|
||||
"mouse_path_base_window_width": 2560,
|
||||
"mouse_path_base_window_height": 1600,
|
||||
# 巡逻上马(coordinate_patrol,与 GUI「参数配置」一致)
|
||||
"enable_mount": True,
|
||||
"mount_key": "x",
|
||||
@@ -223,4 +225,4 @@ if __name__ == "__main__":
|
||||
print(f"\r[状态] {format_game_state_line(state)}", end="")
|
||||
time.sleep(0.5)
|
||||
except KeyboardInterrupt:
|
||||
print("\n已停止。")
|
||||
print("\n已停止。")
|
||||
|
||||
Reference in New Issue
Block a user