aboutsummaryrefslogtreecommitdiff
path: root/client/menu/overlay.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-21 17:37:14 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-21 17:37:17 +0200
commit599e7d548dabf363848d91056a71ae3ba2bcdfe9 (patch)
tree042f5cea6ab259a7dd9afbf284dbdaba1585ed46 /client/menu/overlay.gd
parent2c07c62ebfe65527e9b2ba0c0773a6832f5aab22 (diff)
downloadhurrycurry-599e7d548dabf363848d91056a71ae3ba2bcdfe9.tar
hurrycurry-599e7d548dabf363848d91056a71ae3ba2bcdfe9.tar.bz2
hurrycurry-599e7d548dabf363848d91056a71ae3ba2bcdfe9.tar.zst
godot lsp warnings
Diffstat (limited to 'client/menu/overlay.gd')
-rw-r--r--client/menu/overlay.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/overlay.gd b/client/menu/overlay.gd
index e992faf8..46750b31 100644
--- a/client/menu/overlay.gd
+++ b/client/menu/overlay.gd
@@ -48,7 +48,7 @@ func update(failed_: int, completed_: int, points_: int, time: float):
if timer.is_stopped():
timer.start()
-func set_ingame(state: bool, lobby: bool):
+func set_ingame(_state: bool, lobby: bool):
if lobby:
hide()
timer.stop()