mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Increase the TileSet and polygon UV editor zoom limits to 16×
This also changes the TileSet editor's minimum zoom to match other 2D editors. This closes #34346.
This commit is contained in:
parent
37f664b1a5
commit
980e962bb8
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue