1
0
This repository has been archived on 2026-07-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
countdown-mayhem/assets/scripts/explosionsfx.gd
T
2026-07-26 01:01:08 +02:00

7 lines
99 B
GDScript

extends AudioStreamPlayer2D
func _process(delta: float) -> void:
if not playing:
queue_free()