mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat(InfinitySword): 添加射击音效和屏幕震动效果
为InfinitySword子弹添加射击音效资源fireshot.mp3 在spawn方法中实现屏幕震动效果 调整动画时间点和添加音频轨道
This commit is contained in:
@@ -3,6 +3,8 @@ class_name InfinitySwordBullet
|
||||
|
||||
var implused: Array[EntityBase] = []
|
||||
|
||||
func spawn():
|
||||
CameraManager.shake(2000, 100)
|
||||
func ai():
|
||||
PresetBulletAI.forward(self , rotation)
|
||||
func succeedToHit(_dmg: float, entity: EntityBase):
|
||||
|
||||
Reference in New Issue
Block a user