Prevent 'Change Type' on nodes from an instanced scene

This commit is contained in:
hilfazer 2021-02-22 20:18:14 +01:00
parent cb29e6c49c
commit e28cc34db8
2 changed files with 35 additions and 1 deletions

View file

@ -205,6 +205,7 @@ class SceneTreeDock : public VBoxContainer {
void _new_scene_from(String p_file);
bool _validate_no_foreign();
bool _validate_no_instance();
void _selection_changed();
void _update_script_button();