aboutsummaryrefslogtreecommitdiff
path: root/client/menu/popup_message.tscn
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-07-12 01:31:32 +0200
committertpart <tpart120@proton.me>2024-07-12 01:31:32 +0200
commit60e825cbbaa56493d3a216efbda0e4e987fe17e8 (patch)
tree0cfc848982dd505ce676735ffa9c223afa29707a /client/menu/popup_message.tscn
parent0f0c7713218dc9fc8beafdbe14785c11a0f61ea8 (diff)
downloadhurrycurry-60e825cbbaa56493d3a216efbda0e4e987fe17e8.tar
hurrycurry-60e825cbbaa56493d3a216efbda0e4e987fe17e8.tar.bz2
hurrycurry-60e825cbbaa56493d3a216efbda0e4e987fe17e8.tar.zst
Add rotate camera hint
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 37133847..0f1cdffa 100644
--- a/client/menu/popup_message.tscn
+++ b/client/menu/popup_message.tscn
@@ -116,6 +116,10 @@ one_shot = true
wait_time = 20.0
one_shot = true
+[node name="RotateCamera" type="Timer" parent="AutoHintTimers"]
+wait_time = 120.0
+one_shot = true
+
[node name="Reset" type="Timer" parent="."]
wait_time = 10.0
one_shot = true
@@ -125,4 +129,5 @@ one_shot = true
[connection signal="timeout" from="AutoHintTimers/Move" to="." method="_on_move_timeout"]
[connection signal="timeout" from="AutoHintTimers/Boost" to="." method="_on_boost_timeout"]
[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="Reset" to="." method="_on_reset_timeout"]