1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Typo: Docstring in assets.py

This commit is contained in:
LmeSzinc
2020-07-15 23:33:38 +08:00
parent 74997fc7fe
commit 0a8a90cdb1
15 changed files with 31 additions and 30 deletions

View File

@@ -1,8 +1,8 @@
from module.base.button import Button
from module.base.template import Template
# This file is generated by module.dev_tools.asset_extract.
# Don't modified it manually.
# This file was automatically generated by dev_tools.button_extract.
# Don't modify it manually.
FAST_FORWARD_OFF = Button(area={'cn': (984, 587, 1021, 606), 'en': (984, 587, 1021, 606), 'jp': (984, 587, 1021, 606)}, color={'cn': (252, 252, 252), 'en': (252, 252, 252), 'jp': (252, 252, 252)}, button={'cn': (984, 587, 1021, 606), 'en': (984, 587, 1021, 606), 'jp': (984, 587, 1021, 606)}, file={'cn': './assets/cn/handler/FAST_FORWARD_OFF.png', 'en': './assets/en/handler/FAST_FORWARD_OFF.png', 'jp': './assets/jp/handler/FAST_FORWARD_OFF.png'})
FAST_FORWARD_ON = Button(area={'cn': (1025, 587, 1063, 606), 'en': (1025, 587, 1063, 606), 'jp': (1025, 587, 1063, 606)}, color={'cn': (252, 252, 252), 'en': (252, 252, 252), 'jp': (252, 252, 252)}, button={'cn': (1025, 587, 1063, 606), 'en': (1025, 587, 1063, 606), 'jp': (1025, 587, 1063, 606)}, file={'cn': './assets/cn/handler/FAST_FORWARD_ON.png', 'en': './assets/en/handler/FAST_FORWARD_ON.png', 'jp': './assets/jp/handler/FAST_FORWARD_ON.png'})