1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 23:11:54 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Bullets/ChickSprint.gd
T
fallingshrimp 685c81e654 feat(游戏结束): 添加失败音效并调整游戏平衡
添加失败音效并在游戏结束时播放
调整小鸡角色的攻击概率和伤害值
恢复初始波次配置为母鸡和小鸡的组合
2025-08-29 14:10:23 +08:00

12 lines
195 B
GDScript

extends BulletBase
class_name ChickSprint
func register():
speed = 0
damage = 20
penerate = 1
func ai():
PresetsAI.lockLauncher(self, launcher, true)
if !launcher.sprinting:
tryDestroy()