1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 08:49:24 +08:00

fix: patch GUILD_DISPATCH_FLEET_UNFILLED.png

This commit is contained in:
0O0o0oOoO00
2025-10-18 16:50:14 +08:00
parent c46d25b8a5
commit 44efc22bf4
3 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,7 @@
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'})

View File

@@ -571,3 +571,8 @@ class GuildOperations(GuildBase):
logger.info(f'Guild operation run success: {result}')
return result
from module.guild.my_assets import my_GUILD_DISPATCH_FLEET_UNFILLED
GUILD_DISPATCH_FLEET_UNFILLED = my_GUILD_DISPATCH_FLEET_UNFILLED