mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
f52f7cda8e
refactor(子弹基类): 重构销毁逻辑防止重复调用 fix(敌人): 调整小鸡boss的出现波次和激光音效 style(场景文件): 整理动画资源顺序
8 lines
221 B
GDScript
8 lines
221 B
GDScript
extends BulletBase
|
|
class_name PurpleCrystal
|
|
|
|
func ai():
|
|
PresetsAI.forward(self, rotation)
|
|
func destroy():
|
|
EffectController.create(preload("res://components/Effects/PurpleCrystalExplosion.tscn"), global_position).shot()
|