Rename more 2D and 3D nodes to follow convention
Rename editor plugins to match the new node names.
This commit is contained in:
parent
c3a760c507
commit
d1acbbce7f
91 changed files with 850 additions and 861 deletions
|
|
@ -1410,7 +1410,7 @@ SceneTree::SceneTree() {
|
|||
root = memnew(Window);
|
||||
root->set_name("root");
|
||||
if (!root->get_world().is_valid())
|
||||
root->set_world(Ref<World>(memnew(World)));
|
||||
root->set_world(Ref<World3D>(memnew(World3D)));
|
||||
|
||||
// Initialize network state
|
||||
multiplayer_poll = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue