mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
187100f500
将多个子弹类型的forward调用统一到PresetsAI类中,提高代码复用性 删除LockLauncher.gd文件及部分场景文件中冗余的fields配置
8 lines
111 B
GDScript
8 lines
111 B
GDScript
extends BulletBase
|
|
class_name Star
|
|
|
|
func register():
|
|
damage = 1
|
|
func ai():
|
|
PresetsAI.forward(self, rotation)
|