mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Change the default variable constructor to use EditorInspector and updated property hints that were changed.
This commit is contained in:
parent
4b6846a59d
commit
7ce9e67355
2 changed files with 5 additions and 7 deletions
|
|
@ -93,7 +93,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
VisualScriptEditorSignalEdit *signal_editor;
|
||||
|
||||
AcceptDialog *edit_signal_dialog;
|
||||
PropertyEditor *edit_signal_edit;
|
||||
EditorInspector *edit_signal_edit;
|
||||
|
||||
VisualScriptPropertySelector *method_select;
|
||||
VisualScriptPropertySelector *new_connect_node_select;
|
||||
|
|
@ -102,7 +102,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
VisualScriptEditorVariableEdit *variable_editor;
|
||||
|
||||
AcceptDialog *edit_variable_dialog;
|
||||
PropertyEditor *edit_variable_edit;
|
||||
EditorInspector *edit_variable_edit;
|
||||
|
||||
CustomPropertyEditor *default_value_edit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue