UI work, placing traps, removing traps, disarming traps, new sound fx.

This commit is contained in:
2025-12-25 17:52:30 -05:00
parent 3b6407d6e5
commit 55eb37ca74
34 changed files with 867 additions and 72 deletions

8
scripts/one_shot.gd Normal file
View File

@@ -0,0 +1,8 @@
extends AudioStreamPlayer
func _ready() -> void:
$Timer.start(stream.get_length())
func _on_timeout() -> void:
queue_free()