1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-04 02:37:12 +08:00

修了大激光的dot

This commit is contained in:
2025-08-28 21:14:36 +08:00
parent 265ea2fe65
commit 99ce9b48dc
5 changed files with 267 additions and 384 deletions
+1 -1
View File
@@ -29,6 +29,7 @@ func _ready():
spawnInWhen = Time.get_ticks_msec()
spawnInWhere = position
spawn()
dotLoop()
if autoSpawnAnimation:
animator.play("spawn")
await animator.animation_finished
@@ -36,7 +37,6 @@ func _ready():
destroy()
if autoLoopAnimation:
animator.play("loop")
dotLoop()
func _process(_delta: float) -> void:
if lifeTime > 0:
if Time.get_ticks_msec() - spawnInWhen >= lifeTime: