You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Improve node pasting
This commit is contained in:
@@ -123,6 +123,7 @@ class SceneTreeDock : public VBoxContainer {
|
||||
Button *button_3d;
|
||||
Button *button_ui;
|
||||
Button *button_custom;
|
||||
Button *button_clipboard;
|
||||
|
||||
HBoxContainer *button_hb;
|
||||
Button *edit_local, *edit_remote;
|
||||
@@ -308,6 +309,8 @@ public:
|
||||
void open_add_child_dialog();
|
||||
void open_instance_child_dialog();
|
||||
|
||||
List<Node *> paste_nodes();
|
||||
|
||||
ScriptCreateDialog *get_script_create_dialog() { return script_create_dialog; }
|
||||
|
||||
SceneTreeDock(EditorNode *p_editor, Node *p_scene_root, EditorSelection *p_editor_selection, EditorData &p_editor_data);
|
||||
|
||||
Reference in New Issue
Block a user