refactor dig

This commit is contained in:
2022-05-02 19:54:29 +02:00
parent 3318d309fc
commit f9455ade48
3 changed files with 54 additions and 1 deletions

View File

@@ -31,8 +31,12 @@ class WindowCapture:
val = config.returnDiggingWindowPos()
elif area == "magic":
val = config.returnMagicWindowPos()
elif area == "dig2":
val = config.returnDiggingWindowPos2()
elif area == "equip":
val = config.returnEquipmentWindowPos()
elif area == "screen_conf":
val = config.returnOKWindowPos()
else:
val = config.returnFullScreenWindowPos()