1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00

feat(武器系统): 添加武器升华功能并优化相关代码

- 在Weapon.gd中添加sublimateToggled信号
- 为武器添加默认的升华选项"强化攻击"
- 优化WeaponPanel.gd中的变量类型声明
- 修改Tree.gd中的描述文本使其更准确
This commit is contained in:
2026-05-10 12:14:27 +08:00
parent 2c705fc4eb
commit aec1db5088
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@tool
extends FullscreenPanelBase
@onready var box = $"%box"
@onready var box: Control = $%box
func beforeOpen(_args: Array = []):
for weapon in UIState.player.weapons: