mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
14f43b76b7
- 提高FireScan子弹的伤害值从5到20 - 调整Chick角色的攻击冷却时间,将attackCooldownMap[2]从100增加到2000 - 移除Wave中未使用的chick变量
10 lines
134 B
GDScript
10 lines
134 B
GDScript
extends BulletBase
|
|
class_name FireScan
|
|
|
|
func register():
|
|
speed = 10
|
|
damage = 20
|
|
|
|
func ai():
|
|
PresetBulletAI.forward(self, rotation)
|