add sounds, add logo

This commit is contained in:
2026-04-23 18:32:57 +03:00
parent 69babae913
commit f28f21d5b4
10 changed files with 122 additions and 3 deletions
+1
View File
@@ -66,3 +66,4 @@ static func _execute_recipe(a: Node3D, b: Node3D, recipe: Dictionary) -> void:
parent.add_child(result)
result.global_position = pos
FX.merge_smoke(pos + Vector3(0, 0.3, 0), parent)
SFX.merge(parent)