You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -4001,7 +4001,7 @@ AnimationKeyEditor::AnimationKeyEditor() {
|
||||
//menu->set_pos(Point2());
|
||||
//add_child(menu);
|
||||
|
||||
zoomicon = memnew( TextureFrame );
|
||||
zoomicon = memnew( TextureRect );
|
||||
hb->add_child(zoomicon);
|
||||
zoomicon->set_tooltip(TTR("Animation zoom."));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user