1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-12 14:47:13 +08:00

feat(武器系统): 添加自动强化和一键强化功能

- 新增自动强化开关和按钮图标资源
- 实现武器自动强化逻辑
- 添加一键强化功能可连续升级
- 优化武器卡UI布局和样式
- 增加强化操作时的提示信息
This commit is contained in:
2026-05-03 17:45:00 +08:00
parent bc89c93feb
commit 9df62992e5
16 changed files with 351 additions and 33 deletions
+2
View File
@@ -66,6 +66,8 @@ func apply(entity: EntityBase):
entity.weaponStore.add_child(instance)
entity.rebuildWeaponIcons()
hide()
else:
UIState.showTip("物品不足!", TipBox.MessageType.ERROR)
selected.emit(allHave)
return allHave
func countOf(index: int) -> int: