You've already forked godot
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
This commit is contained in:
@@ -295,6 +295,7 @@ private:
|
||||
Label *info_label;
|
||||
Label *cinema_label;
|
||||
Label *locked_label;
|
||||
Label *zoom_limit_label;
|
||||
|
||||
VBoxContainer *top_right_vbox;
|
||||
ViewportRotationControl *rotation_control;
|
||||
@@ -418,6 +419,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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user