1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 05:15:25 +08:00

Chore: Format code

This commit is contained in:
LmeSzinc
2025-08-25 13:08:03 +08:00
parent 7c922b05ca
commit 48ac9d825c
7 changed files with 41 additions and 14 deletions

View File

@@ -117,7 +117,14 @@ class GuildShop_250814(GuildShop):
ShopItemGrid:
"""
shop_grid = self.shop_grid
shop_guild_items = ShopItemGrid_250814(shop_grid, templates={}, template_area=(25, 20, 82, 72), amount_area=(42, 50, 65, 65), cost_area=(-12, 115, 60, 155), price_area=(14, 121, 85, 150))
shop_guild_items = ShopItemGrid_250814(
shop_grid,
templates={},
template_area=(25, 20, 82, 72),
amount_area=(42, 50, 65, 65),
cost_area=(-12, 115, 60, 155),
price_area=(14, 121, 85, 150),
)
self.shop_template_folder = './assets/shop/guild'
shop_guild_items.load_template_folder(self.shop_template_folder)
shop_guild_items.load_cost_template_folder('./assets/shop/cost')