mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-27 22:41:56 +08:00
a0372f0867
- 将匿名函数参数从 `_who`, `_by` 简化为 `_w`, `_b` - 更新 HCN 角色的字段和数值配置 - 调整 MuyangDog 角色的数值和描述文本
9 lines
112 B
GDScript
9 lines
112 B
GDScript
extends PlayerBase
|
|
|
|
func register():
|
|
super.register()
|
|
killEnemy.connect(
|
|
func(_w, _b):
|
|
storeEnergy(1)
|
|
)
|