mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
fix(Weapon): 为tease文本添加引号格式
在rebuildInfo方法中,为tease文本添加了引号包装,使其显示更符合对话文本的视觉要求
This commit is contained in:
@@ -126,7 +126,7 @@ func rebuildInfo(showNext: bool = false):
|
|||||||
nameLabel.soulLevel = soulLevel
|
nameLabel.soulLevel = soulLevel
|
||||||
nameLabel.level = level
|
nameLabel.level = level
|
||||||
sourceLabel.text = " × ".join(sources)
|
sourceLabel.text = " × ".join(sources)
|
||||||
teaseLabel.text = tease
|
teaseLabel.text = "“%s”" % tease
|
||||||
energyLabel.text = "%.1f" % needEnergy
|
energyLabel.text = "%.1f" % needEnergy
|
||||||
beachball.count = costBeachball
|
beachball.count = costBeachball
|
||||||
soul.count = soulLevel
|
soul.count = soulLevel
|
||||||
|
|||||||
Reference in New Issue
Block a user