1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-30 07:51:54 +08:00
Files
Dog-Lynx-And-HCN/scripts/Contents/Bullets/InfinitySword.gd
T
fallingshrimp f018378053 feat(子弹): 添加无限之剑子弹资源和脚本
添加无限之剑子弹相关资源文件、脚本和场景配置
实现子弹基础AI逻辑
为Wuwei子弹添加空shoot方法
2026-04-02 22:49:34 +08:00

6 lines
103 B
GDScript

extends BulletBase
class_name InfinitySwordBullet
func ai():
PresetBulletAI.forward(self , rotation)