1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-02 17:31:55 +08:00

傻逼trae,不生成commitmsg了

This commit is contained in:
2025-09-06 17:08:17 +08:00
parent b657f83aaf
commit a5cfe0a9d4
2 changed files with 6 additions and 3 deletions
+3 -1
View File
@@ -4,9 +4,11 @@ class_name VectorStar
var tracer: EntityBase = null
var forwardTime: float = 1000
var forwarded: bool = false
var rotateSpeed: float = 1
func ai():
texture.rotation_degrees *= 1.1
texture.rotation_degrees += rotateSpeed
rotateSpeed += 0.25
PresetAIs.forward(self, rotation)
if timeLived() <= forwardTime:
speed = 10 * ((forwardTime - timeLived()) / forwardTime)