mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Merge commit godotengine/godot@a3b42d85d2
This commit is contained in:
@@ -996,6 +996,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
|
||||
|
||||
select_class = memnew(CreateDialog);
|
||||
select_class->connect("create", callable_mp(this, &ScriptCreateDialog::_create));
|
||||
select_class->for_inherit();
|
||||
add_child(select_class);
|
||||
|
||||
file_browse = memnew(EditorFileDialog);
|
||||
|
||||
Reference in New Issue
Block a user