first commit

This commit is contained in:
Matteo Sonaglioni
2026-03-10 23:54:57 +01:00
commit f7b334b21c
298 changed files with 30899 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
extends GPUParticles3D
func _ready() -> void:
# Quando spawna, emette le particelle
emitting = true
# Si autodistrugge dopo che le particelle sono svanite
await get_tree().create_timer(lifetime + 0.5).timeout
queue_free()