1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-29 23:41:54 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Characters/HCN.gd
T

9 lines
112 B
GDScript
Raw Normal View History

extends PlayerBase
func register():
super.register()
killEnemy.connect(
func(_w, _b):
storeEnergy(1)
)