Trap explosions with damage and health bar depletion.

This commit is contained in:
2025-12-29 15:03:05 -05:00
parent e632e54cba
commit 84bf495d11
16 changed files with 149 additions and 30 deletions

View File

@@ -47,9 +47,8 @@ var disarming : bool
var difficulty : int = 1
func _process(delta: float) -> void:
timer_label.text = "%02d.3" % timer.time_left
timer_label.text = "%02f.3" % timer.time_left
func start_disarming() -> void:
disarming = true