You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add option to move Tile/GridMap editors to another side
This commit is contained in:
@@ -2382,11 +2382,9 @@ TileSetEditorPlugin::TileSetEditorPlugin(EditorNode *p_node) {
|
||||
editor = p_node;
|
||||
tileset_editor = memnew(TileSetEditor(p_node));
|
||||
|
||||
tileset_editor_button =
|
||||
p_node->add_bottom_panel_item(TTR("Tile Set"), tileset_editor);
|
||||
tileset_editor_button->set_tooltip(TTR("Tile Set Editor"));
|
||||
|
||||
tileset_editor->set_custom_minimum_size(Size2(0, 200) * EDSCALE);
|
||||
tileset_editor->hide();
|
||||
|
||||
tileset_editor_button = p_node->add_bottom_panel_item(TTR("Tile Set"), tileset_editor);
|
||||
tileset_editor_button->hide();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user