feat: updated engine version to 4.4-rc1
This commit is contained in:
parent
ee00efde1f
commit
21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
#include "reparent_dialog.h"
|
||||
|
||||
#include "core/string/print_string.h"
|
||||
#include "editor/gui/scene_tree_editor.h"
|
||||
#include "scene/gui/box_container.h"
|
||||
#include "scene/gui/check_box.h"
|
||||
|
|
@ -76,6 +75,7 @@ ReparentDialog::ReparentDialog() {
|
|||
add_child(vbc);
|
||||
|
||||
tree = memnew(SceneTreeEditor(false));
|
||||
tree->set_update_when_invisible(false);
|
||||
tree->set_show_enabled_subscene(true);
|
||||
tree->get_scene_tree()->connect("item_activated", callable_mp(this, &ReparentDialog::_reparent));
|
||||
vbc->add_margin_child(TTR("Select new parent:"), tree, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue