You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -869,7 +869,7 @@ void ProjectManager::_load_recent_projects() {
|
||||
favorite_box->add_child(favorite);
|
||||
hb->add_child(favorite_box);
|
||||
|
||||
TextureFrame *tf = memnew( TextureFrame );
|
||||
TextureRect *tf = memnew( TextureRect );
|
||||
tf->set_texture(icon);
|
||||
hb->add_child(tf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user