From 24a8f1b156ea92e7b0ad60052521e1430a77e13f Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 30 Dec 2024 11:41:09 +0100 Subject: fix drop through wall bug --- ui/start_screen.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/start_screen.gd b/ui/start_screen.gd index 418e407..c6a165e 100644 --- a/ui/start_screen.gd +++ b/ui/start_screen.gd @@ -5,7 +5,7 @@ func _ready() -> void: %CountdownTimer.start() -func _process(delta: float) -> void: +func _process(_delta: float) -> void: %CountdownLabel.text = "%.1f" % %CountdownTimer.time_left -- cgit v1.2.3