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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user