mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 06:52:50 +08:00
Fix: Add TEMPLATE_STAGE_HALF_PERCENT to fix SP3
In event Vacation Lane SP3, when it's 50%, a part of the '%' is out of the stage icon, so use the left side of '%' to match stage entrance
This commit is contained in:
@@ -145,7 +145,7 @@ class AzurLaneConfig:
|
||||
STAR_REQUIRE_2 = 2
|
||||
STAR_REQUIRE_3 = 3
|
||||
# In Dreamwaker's Butterfly (event_20200917) add new stage entrance icons, called `blue`.
|
||||
STAGE_ENTRANCE = ['normal'] # normal, blue
|
||||
STAGE_ENTRANCE = ['normal'] # normal, blue, half
|
||||
|
||||
"""
|
||||
module.event
|
||||
|
||||
Reference in New Issue
Block a user