aboutsummaryrefslogtreecommitdiff
path: root/client/menu/popup_message.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/popup_message.tscn')
-rw-r--r--client/menu/popup_message.tscn5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/menu/popup_message.tscn b/client/menu/popup_message.tscn
index 32f54b1d..3eccfc2e 100644
--- a/client/menu/popup_message.tscn
+++ b/client/menu/popup_message.tscn
@@ -112,7 +112,12 @@ one_shot = true
wait_time = 90.0
one_shot = true
+[node name="Interact" type="Timer" parent="HintTimers"]
+wait_time = 20.0
+one_shot = true
+
[connection signal="timeout" from="ServerTimer" to="." method="_on_server_timer_timeout"]
[connection signal="timeout" from="HintTimer" to="." method="_on_hint_timer_timeout"]
[connection signal="timeout" from="HintTimers/Move" to="." method="_on_move_timeout"]
[connection signal="timeout" from="HintTimers/Boost" to="." method="_on_boost_timeout"]
+[connection signal="timeout" from="HintTimers/Interact" to="." method="_on_interact_timeout"]