mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-21 16:28:17 +00:00
Fix: Use the exact GRID_DELTA in SynthesizeInventoryManager
This commit is contained in:
parent
00527c6413
commit
bf97dc5926
@ -61,6 +61,8 @@ class SynthesizeItemAmount(Digit, WhiteStrip):
|
||||
|
||||
|
||||
class SynthesizeInventoryManager(InventoryManager):
|
||||
GRID_DELTA = (110, 130)
|
||||
|
||||
@cached_property
|
||||
def dic_item_index(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user