Add an option to center children around the new parent when reparenting

This commit is contained in:
Bitlytic
2023-11-16 20:58:23 -05:00
committed by Rémi Verschelde
parent 28258dfc48
commit f9e03459e8
4 changed files with 60 additions and 0 deletions

View File

@ -94,6 +94,7 @@ class SceneTreeDock : public VBoxContainer {
TOOL_CREATE_3D_SCENE,
TOOL_CREATE_USER_INTERFACE,
TOOL_CREATE_FAVORITE,
TOOL_CENTER_PARENT,
};