Warn about built-in script limitations in the script creation dialog

This partially addresses #31758.
This commit is contained in:
Hugo Locurcio
2020-04-03 23:56:57 +02:00
parent 3d0c633e7b
commit ac210e196c
2 changed files with 10 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
LineEdit *class_name;
Label *error_label;
Label *path_error_label;
Label *builtin_warning_label;
PanelContainer *status_panel;
LineEdit *parent_name;
Button *parent_browse_button;