1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-30 23:32:29 +08:00
This commit is contained in:
2026-05-08 15:20:45 +08:00
parent df8ea7c466
commit c079c20f28
+2 -2
View File
@@ -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()