mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 11:09:25 +08:00
8 lines
831 B
Python
8 lines
831 B
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.
|
|
|
|
my_GUILD_DISPATCH_FLEET_UNFILLED = Button(area={'cn': (978, 640, 1126, 674), 'en': (978, 640, 1126, 674), 'jp': (978, 640, 1126, 674), 'tw': (978, 640, 1126, 674)}, color={'cn': (94, 102, 182), 'en': (94, 102, 182), 'jp': (94, 102, 182), 'tw': (94, 102, 182)}, button={'cn': (978, 640, 1126, 674), 'en': (978, 640, 1126, 674), 'jp': (978, 640, 1126, 674), 'tw': (978, 640, 1126, 674)}, file={'cn': './assets/cn/guild/my_GUILD_DISPATCH_FLEET_UNFILLED.png', 'en': './assets/cn/guild/my_GUILD_DISPATCH_FLEET_UNFILLED.png', 'jp': './assets/cn/guild/my_GUILD_DISPATCH_FLEET_UNFILLED.png', 'tw': './assets/cn/guild/my_GUILD_DISPATCH_FLEET_UNFILLED.png'})
|