You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -58,7 +58,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
||||
GraphEdit *graph;
|
||||
|
||||
LineEdit *node_filter;
|
||||
TextureFrame *node_filter_icon;
|
||||
TextureRect *node_filter_icon;
|
||||
|
||||
VisualScriptEditorSignalEdit *signal_editor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user