diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-21 17:37:14 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-21 17:37:17 +0200 |
commit | 599e7d548dabf363848d91056a71ae3ba2bcdfe9 (patch) | |
tree | 042f5cea6ab259a7dd9afbf284dbdaba1585ed46 /client/menu/overlay.gd | |
parent | 2c07c62ebfe65527e9b2ba0c0773a6832f5aab22 (diff) | |
download | hurrycurry-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.gd | 2 |
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() |