Rename the TextureProgress node to TextureProgressBar

Advantages:

- When searching for "progressbar", you'll see both nodes in the
  search results.
- More consistent with Button/TextureButton.
This commit is contained in:
Hugo Locurcio 2020-12-14 21:10:09 +01:00
parent a511a26ad8
commit 57dcc83152
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
9 changed files with 80 additions and 79 deletions

View file

@ -57,7 +57,7 @@
#include "scene/gui/split_container.h"
#include "scene/gui/tab_container.h"
#include "scene/gui/tabs.h"
#include "scene/gui/texture_progress.h"
#include "scene/gui/texture_progress_bar.h"
#include "scene/main/window.h"
#include "scene/resources/packed_scene.h"
#include "servers/display_server.h"