mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 16:39:26 +08:00
8 lines
773 B
Python
8 lines
773 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_SHOP_GOTO_MUNITIONS = Button(area={'cn': (963, 539, 1241, 635), 'en': (963, 539, 1241, 635), 'jp': (963, 539, 1241, 635), 'tw': (963, 539, 1241, 635)}, color={'cn': (180, 179, 184), 'en': (180, 179, 184), 'jp': (180, 179, 184), 'tw': (180, 179, 184)}, button={'cn': (963, 539, 1241, 635), 'en': (963, 539, 1241, 635), 'jp': (963, 539, 1241, 635), 'tw': (963, 539, 1241, 635)}, file={'cn': './assets/cn/ui/my_SHOP_GOTO_MUNITIONS.png', 'en': './assets/en/ui/my_SHOP_GOTO_MUNITIONS.png', 'jp': './assets/jp/ui/my_SHOP_GOTO_MUNITIONS.png', 'tw': './assets/tw/ui/my_SHOP_GOTO_MUNITIONS.png'})
|