You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -2178,7 +2178,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
|
||||
menu_hb->add_spacer();
|
||||
|
||||
|
||||
script_icon = memnew( TextureFrame );
|
||||
script_icon = memnew( TextureRect );
|
||||
menu_hb->add_child(script_icon);
|
||||
script_name_label = memnew( Label );
|
||||
menu_hb->add_child(script_name_label);
|
||||
|
||||
Reference in New Issue
Block a user