Small naming and tooltip tweaks

This commit is contained in:
Michael Alexsander 2020-04-21 15:02:36 -03:00
parent 8beb5f277d
commit 5643d2e3fe
8 changed files with 19 additions and 17 deletions

View file

@ -79,7 +79,7 @@ void AnimationTreeEditor::_update_path() {
group.instance();
Button *b = memnew(Button);
b->set_text("root");
b->set_text("Root");
b->set_toggle_mode(true);
b->set_button_group(group);
b->set_pressed(true);