mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-30 23:32:29 +08:00
1
This commit is contained in:
@@ -9,7 +9,7 @@ func ai():
|
|||||||
speed *= 1.05
|
speed *= 1.05
|
||||||
speed = clamp(speed, 0, 20)
|
speed = clamp(speed, 0, 20)
|
||||||
if is_instance_valid(tracer) and timeLived() < maxTraceTime:
|
if is_instance_valid(tracer) and timeLived() < maxTraceTime:
|
||||||
PresetBulletAI.trace(self, tracer.getTrackingAnchor(), tracePower)
|
PresetBulletAI.trace(self , tracer.getTrackingAnchor(), tracePower)
|
||||||
PresetBulletAI.forward(self, rotation)
|
PresetBulletAI.forward(self , rotation)
|
||||||
func destroy(_b):
|
func destroy(_b):
|
||||||
EffectController.create(ComponentManager.getEffect("LGBTBoom"), position).shot()
|
EffectController.create(ComponentManager.getEffect("LGBTBoom"), position).shot()
|
||||||
|
|||||||
Reference in New Issue
Block a user