diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-04-03 23:56:57 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-04-04 13:44:13 +0200 |
commit | ac210e196c7775a4b8955ad74b77e9ff017cae36 (patch) | |
tree | 73a1656f7a06f4b651286dcef1052b70b39827ee /editor/script_create_dialog.h | |
parent | 3d0c633e7b8a15473b2a21bdf498d23794f5d476 (diff) | |
download | redot-engine-ac210e196c7775a4b8955ad74b77e9ff017cae36.tar.gz |
Warn about built-in script limitations in the script creation dialog
This partially addresses #31758.
Diffstat (limited to 'editor/script_create_dialog.h')
-rw-r--r-- | editor/script_create_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_create_dialog.h b/editor/script_create_dialog.h index f164cd2a15..63a30eba88 100644 --- a/editor/script_create_dialog.h +++ b/editor/script_create_dialog.h @@ -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; |