aboutsummaryrefslogtreecommitdiff
path: root/client/game.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-12 10:50:41 +0200
committertpart <tpart120@proton.me>2024-07-12 10:50:41 +0200
commit0e1eb8280470400a56a4c0d29f7ed39bc10f9fbf (patch)
treedc56a6ecacc6f036cef2b85da211ad4bd13aa94d /client/game.gd
parent5a21285e2e480eb6093d662ad4fef64d1da5d63f (diff)
downloadhurrycurry-0e1eb8280470400a56a4c0d29f7ed39bc10f9fbf.tar
hurrycurry-0e1eb8280470400a56a4c0d29f7ed39bc10f9fbf.tar.bz2
hurrycurry-0e1eb8280470400a56a4c0d29f7ed39bc10f9fbf.tar.zst
Only show hints when in game
Diffstat (limited to 'client/game.gd')
-rw-r--r--client/game.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/game.gd b/client/game.gd
index aedfd5f7..ccc72e11 100644
--- a/client/game.gd
+++ b/client/game.gd
@@ -224,9 +224,9 @@ func _ready():
map.autobake = true
if in_lobby_:
- popup_message.stop_game_hints()
+ popup_message.lobby()
else:
- popup_message.start_game_hints()
+ popup_message.ingame()
else:
map.autobake = false
await get_parent().menu_anim_exit()