mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 12:27:33 +08:00
f434784c6e
run with `python -m module.eventstory.eventstory`
12 lines
2.9 KiB
Python
12 lines
2.9 KiB
Python
from module.base.button import Button
|
|
from module.base.template import Template
|
|
|
|
# This file was automatically generated by dev_tools/button_extract.py.
|
|
# Don't modify it manually.
|
|
|
|
BATTLE_MIDDLE = Button(area={'cn': (499, 346, 530, 375), 'en': (499, 346, 530, 375), 'jp': (499, 346, 530, 375), 'tw': (499, 346, 530, 375)}, color={'cn': (160, 160, 166), 'en': (160, 160, 166), 'jp': (160, 160, 166), 'tw': (160, 160, 166)}, button={'cn': (499, 346, 530, 375), 'en': (499, 346, 530, 375), 'jp': (499, 346, 530, 375), 'tw': (499, 346, 530, 375)}, file={'cn': './assets/cn/eventstory/BATTLE_MIDDLE.png', 'en': './assets/cn/eventstory/BATTLE_MIDDLE.png', 'jp': './assets/cn/eventstory/BATTLE_MIDDLE.png', 'tw': './assets/cn/eventstory/BATTLE_MIDDLE.png'})
|
|
STORY_FINISHED = Button(area={'cn': (913, 347, 940, 373), 'en': (913, 347, 940, 373), 'jp': (913, 347, 940, 373), 'tw': (913, 347, 940, 373)}, color={'cn': (204, 180, 83), 'en': (204, 180, 83), 'jp': (204, 180, 83), 'tw': (204, 180, 83)}, button={'cn': (913, 347, 940, 373), 'en': (913, 347, 940, 373), 'jp': (913, 347, 940, 373), 'tw': (913, 347, 940, 373)}, file={'cn': './assets/cn/eventstory/STORY_FINISHED.png', 'en': './assets/cn/eventstory/STORY_FINISHED.png', 'jp': './assets/cn/eventstory/STORY_FINISHED.png', 'tw': './assets/cn/eventstory/STORY_FINISHED.png'})
|
|
STORY_FIRST = Button(area={'cn': (89, 346, 116, 373), 'en': (89, 346, 116, 373), 'jp': (89, 346, 116, 373), 'tw': (89, 346, 116, 373)}, color={'cn': (199, 199, 203), 'en': (199, 199, 203), 'jp': (199, 199, 203), 'tw': (199, 199, 203)}, button={'cn': (89, 346, 116, 373), 'en': (89, 346, 116, 373), 'jp': (89, 346, 116, 373), 'tw': (89, 346, 116, 373)}, file={'cn': './assets/cn/eventstory/STORY_FIRST.png', 'en': './assets/cn/eventstory/STORY_FIRST.png', 'jp': './assets/cn/eventstory/STORY_FIRST.png', 'tw': './assets/cn/eventstory/STORY_FIRST.png'})
|
|
STORY_LAST = Button(area={'cn': (913, 347, 940, 374), 'en': (913, 347, 940, 374), 'jp': (913, 347, 940, 374), 'tw': (913, 347, 940, 374)}, color={'cn': (204, 204, 207), 'en': (204, 204, 207), 'jp': (204, 204, 207), 'tw': (204, 204, 207)}, button={'cn': (913, 347, 940, 374), 'en': (913, 347, 940, 374), 'jp': (913, 347, 940, 374), 'tw': (913, 347, 940, 374)}, file={'cn': './assets/cn/eventstory/STORY_LAST.png', 'en': './assets/cn/eventstory/STORY_LAST.png', 'jp': './assets/cn/eventstory/STORY_LAST.png', 'tw': './assets/cn/eventstory/STORY_LAST.png'})
|
|
STORY_MIDDLE = Button(area={'cn': (501, 346, 528, 373), 'en': (501, 346, 528, 373), 'jp': (501, 346, 528, 373), 'tw': (501, 346, 528, 373)}, color={'cn': (199, 199, 203), 'en': (199, 199, 203), 'jp': (199, 199, 203), 'tw': (199, 199, 203)}, button={'cn': (501, 346, 528, 373), 'en': (501, 346, 528, 373), 'jp': (501, 346, 528, 373), 'tw': (501, 346, 528, 373)}, file={'cn': './assets/cn/eventstory/STORY_MIDDLE.png', 'en': './assets/cn/eventstory/STORY_MIDDLE.png', 'jp': './assets/cn/eventstory/STORY_MIDDLE.png', 'tw': './assets/cn/eventstory/STORY_MIDDLE.png'})
|