diff options
author | tpart <tpart120@proton.me> | 2024-07-12 11:03:56 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-12 11:03:56 +0200 |
commit | 0a3c0c62b90474849e8407fd95a1e316b17f2900 (patch) | |
tree | 7d6e13b7b84cfc799e1324304abc30bf6e7f0172 /client/menu/popup_message.tscn | |
parent | 0e1eb8280470400a56a4c0d29f7ed39bc10f9fbf (diff) | |
download | hurrycurry-0a3c0c62b90474849e8407fd95a1e316b17f2900.tar hurrycurry-0a3c0c62b90474849e8407fd95a1e316b17f2900.tar.bz2 hurrycurry-0a3c0c62b90474849e8407fd95a1e316b17f2900.tar.zst |
Add zoom hint
Diffstat (limited to 'client/menu/popup_message.tscn')
-rw-r--r-- | client/menu/popup_message.tscn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/menu/popup_message.tscn b/client/menu/popup_message.tscn index 0f1cdffa..f4291c97 100644 --- a/client/menu/popup_message.tscn +++ b/client/menu/popup_message.tscn @@ -120,6 +120,10 @@ one_shot = true wait_time = 120.0 one_shot = true +[node name="Zoom" type="Timer" parent="AutoHintTimers"] +wait_time = 135.0 +one_shot = true + [node name="Reset" type="Timer" parent="."] wait_time = 10.0 one_shot = true @@ -130,4 +134,5 @@ one_shot = true [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="AutoHintTimers/Zoom" to="." method="_on_zoom_timeout"] [connection signal="timeout" from="Reset" to="." method="_on_reset_timeout"] |