diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-12-30 11:41:09 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-12-30 11:41:14 +0100 |
commit | 24a8f1b156ea92e7b0ad60052521e1430a77e13f (patch) | |
tree | e2e21d5015e8003e6ba40dc85a19bc9d523e249f /ui | |
parent | 474ef692613f298ab05bbb65ad85625f178b63cc (diff) |
Diffstat (limited to 'ui')
-rw-r--r-- | ui/start_screen.gd | 2 |
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 |