mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Warn about built-in script limitations in the script creation dialog
This partially addresses #31758.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user