aboutsummaryrefslogtreecommitdiff
path: root/client/menu/popup_message.gd
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-14 16:39:52 +0200
committertpart <tpart120@proton.me>2024-07-14 16:39:52 +0200
commit68db08ed932b751b49a786dccab0f3922d7b43d6 (patch)
tree63abfd53b1dd1250c63bb04aef7b527ddb4d3c42 /client/menu/popup_message.gd
parentd6e23504d7dda9b5e1409d918945fb01796db5a6 (diff)
downloadhurrycurry-68db08ed932b751b49a786dccab0f3922d7b43d6.tar
hurrycurry-68db08ed932b751b49a786dccab0f3922d7b43d6.tar.bz2
hurrycurry-68db08ed932b751b49a786dccab0f3922d7b43d6.tar.zst
Tweak hints
Diffstat (limited to 'client/menu/popup_message.gd')
-rw-r--r--client/menu/popup_message.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/popup_message.gd b/client/menu/popup_message.gd
index 480a7591..2d707289 100644
--- a/client/menu/popup_message.gd
+++ b/client/menu/popup_message.gd
@@ -112,7 +112,8 @@ func _on_move_timeout():
func _on_interact_timeout():
if not Global.get_hint("has_interacted") and not Global.get_setting("touch_controls"):
- display_hint_msg(tr("Press %s to pick up items and interact with tools") % display_keybind(tr("SPACE"), "A"))
+ var keybind = display_keybind(tr("SPACE"), "A")
+ display_hint_msg(tr("Press %s to pick up items and hold %s to interact with tools") % [keybind, keybind])
func _on_reset_timeout():
if not Global.get_hint("has_reset") and not Global.get_setting("touch_controls"):