From 87c8fbca2f9162d0cce78b22c622c71609d133ea Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 12 Jul 2024 11:07:13 +0200 Subject: Add username tag hint --- client/menu/popup_message.tscn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/menu/popup_message.tscn') diff --git a/client/menu/popup_message.tscn b/client/menu/popup_message.tscn index f4291c97..79beef38 100644 --- a/client/menu/popup_message.tscn +++ b/client/menu/popup_message.tscn @@ -124,6 +124,10 @@ one_shot = true wait_time = 135.0 one_shot = true +[node name="Nametags" type="Timer" parent="AutoHintTimers"] +wait_time = 160.0 +one_shot = true + [node name="Reset" type="Timer" parent="."] wait_time = 10.0 one_shot = true @@ -135,4 +139,5 @@ one_shot = true [connection signal="timeout" from="AutoHintTimers/Interact" to="." method="_on_interact_timeout"] [connection signal="timeout" from="AutoHintTimers/RotateCamera" to="." method="_on_rotate_camera_timeout"] [connection signal="timeout" from="AutoHintTimers/Zoom" to="." method="_on_zoom_timeout"] +[connection signal="timeout" from="AutoHintTimers/Nametags" to="." method="_on_nametags_timeout"] [connection signal="timeout" from="Reset" to="." method="_on_reset_timeout"] -- cgit v1.2.3-70-g09d2