refactor dig
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user