1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Show a message when trying to zoom farther than the limit

(cherry picked from commit b8f66d58b6)
This commit is contained in:
Aaron Franke
2021-04-09 08:52:10 -04:00
committed by Rémi Verschelde
parent c4f941114c
commit 9b928cbd9e
2 changed files with 19 additions and 0 deletions

View File

@@ -272,6 +272,7 @@ private:
Label *info_label;
Label *cinema_label;
Label *locked_label;
Label *zoom_limit_label;
VBoxContainer *top_right_vbox;
ViewportRotationControl *rotation_control;
@@ -394,6 +395,7 @@ private:
void scale_freelook_speed(real_t scale);
real_t zoom_indicator_delay;
int zoom_failed_attempts_count = 0;
RID move_gizmo_instance[3], move_plane_gizmo_instance[3], rotate_gizmo_instance[4], scale_gizmo_instance[3], scale_plane_gizmo_instance[3];