1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-21 16:05:34 +08:00

Fix: Delete unused ui action; Rename button

This commit is contained in:
bookbug666
2022-08-06 16:40:47 +08:00
parent 5a82aa0db0
commit dd8d7f0ec5
8 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ from module.ui.scroll import Scroll
EQUIP_INFO_BAR = ButtonGrid(
origin=(695, 127), delta=(94, 0), button_shape=(73, 73), grid_shape=(5, 1), name="EQUIP_INFO_BAR")
EQUIPMENT_GRID = ButtonGrid(
origin=(696, 170), delta=(86, 0), button_shape=(31, 31), grid_shape=(5, 1), name='EQUIPMENT_GRID')
origin=(696, 170), delta=(86, 0), button_shape=(32, 32), grid_shape=(5, 1), name='EQUIPMENT_GRID')
EQUIPMENT_SCROLL = Scroll(EQUIP_SCROLL, color=(247, 211, 66), name='EQUIP_SCROLL')
SIM_VALUE = 0.90