feat: upgrade sound

This commit is contained in:
installer
2025-01-23 10:13:01 +01:00
parent 52ce1d00c3
commit a599291f94
19 changed files with 184 additions and 15 deletions

View File

@@ -37,5 +37,5 @@ func _on_area_entered(area: Area2D) -> void:
Global.score += 10;
$MeteorImage.hide();
can_collide = false;
#await get_tree().create_timer(0.5).timeout;
await get_tree().create_timer(0.5).timeout;
call_deferred("queue_free");