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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user