1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Bullets/FireScan.gd
T
fallingshrimp 14f43b76b7 fix: 调整子弹伤害和角色冷却时间
- 提高FireScan子弹的伤害值从5到20
- 调整Chick角色的攻击冷却时间,将attackCooldownMap[2]从100增加到2000
- 移除Wave中未使用的chick变量
2025-09-14 16:24:45 +08:00

10 lines
134 B
GDScript

extends BulletBase
class_name FireScan
func register():
speed = 10
damage = 20
func ai():
PresetBulletAI.forward(self, rotation)