latest prompts by @gera

This commit is contained in:
2026-05-06 09:06:08 +03:00
parent 849b0b7315
commit 1baf3e047b
5 changed files with 110 additions and 13 deletions
+1
View File
@@ -67,3 +67,4 @@ static func _execute_recipe(a: Node3D, b: Node3D, recipe: Dictionary) -> void:
result.global_position = pos
FX.merge_smoke(pos + Vector3(0, 0.3, 0), parent)
SFX.merge(parent)
parent.get_tree().create_timer(30.0).connect("timeout", result.queue_free)