1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
Files
fallingshrimp 99e23cf34b feat(子弹): 添加挥剑子弹基础功能
实现挥剑子弹的基础逻辑,包括继承BulletBase类并添加锁定发射器的AI功能
2026-04-30 21:24:59 +08:00

6 lines
111 B
GDScript

extends BulletBase
class_name SwingSwordBullet
func ai():
PresetBulletAI.lockLauncher(self , launcher, true)