From 980e962bb89ea43831a901b594cdc80cf9ade67e Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 14 Dec 2019 20:48:47 +0100 Subject: =?UTF-8?q?Increase=20the=20TileSet=20and=20polygon=20UV=20editor?= =?UTF-8?q?=20zoom=20limits=20to=2016=C3=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also changes the TileSet editor's minimum zoom to match other 2D editors. This closes #34346. --- editor/plugins/tile_set_editor_plugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/plugins/tile_set_editor_plugin.cpp') diff --git a/editor/plugins/tile_set_editor_plugin.cpp b/editor/plugins/tile_set_editor_plugin.cpp index 66935d047b..18e076aed6 100644 --- a/editor/plugins/tile_set_editor_plugin.cpp +++ b/editor/plugins/tile_set_editor_plugin.cpp @@ -637,8 +637,8 @@ TileSetEditor::TileSetEditor(EditorNode *p_editor) { tile_names_visible = false; // Config scale. - max_scale = 10.0f; - min_scale = 0.1f; + max_scale = 16.0f; + min_scale = 0.01f; scale_ratio = 1.2f; } -- cgit v1.2.3