summaryrefslogtreecommitdiff
path: root/ui/start_screen.gd
diff options
context:
space:
mode:
Diffstat (limited to 'ui/start_screen.gd')
-rw-r--r--ui/start_screen.gd2
1 files changed, 1 insertions, 1 deletions
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