mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-12 22:57:13 +08:00
feat(子弹): 添加无限之剑子弹资源和脚本
添加无限之剑子弹相关资源文件、脚本和场景配置 实现子弹基础AI逻辑 为Wuwei子弹添加空shoot方法
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends BulletBase
|
||||
class_name InfinitySwordBullet
|
||||
|
||||
func ai():
|
||||
PresetBulletAI.forward(self , rotation)
|
||||
@@ -0,0 +1 @@
|
||||
uid://b7vswg8ju8a0u
|
||||
@@ -1,2 +1,5 @@
|
||||
extends BulletBase
|
||||
class_name WuweiBullet
|
||||
|
||||
func shoot():
|
||||
pass
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
uid://dxgplcmmg0dgi
|
||||
Reference in New Issue
Block a user