Rename ProgressBar.percent_visible to show_percentage
`percent_visible` -> `show_percentage` `set_percent_visible` -> `set_show_percentage` `is_percent_visible` -> `is_percentage_shown`
This commit is contained in:
parent
f577bae76f
commit
08c2aab169
5 changed files with 18 additions and 17 deletions
|
|
@ -242,7 +242,7 @@ void AnimationNodeBlendTreeEditor::_update_graph() {
|
|||
}
|
||||
}
|
||||
|
||||
pb->set_percent_visible(false);
|
||||
pb->set_show_percentage(false);
|
||||
pb->set_custom_minimum_size(Vector2(0, 14) * EDSCALE);
|
||||
animations[E] = pb;
|
||||
node->add_child(pb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue