diff options
author | floppyhammer <tannhauser_chen@outlook.com> | 2021-02-08 12:30:04 +0800 |
---|---|---|
committer | floppyhammer <tannhauser_chen@outlook.com> | 2021-06-21 10:07:49 +0800 |
commit | b08dc1ea35bc83aea0ba38d0bc94f2a36b46b805 (patch) | |
tree | 46d610e8c7c491221c62f63c9a88ccdc67b5f84c /scene/gui/texture_progress_bar.h | |
parent | d696bd17ed1b7019108c8a573712f00ac2d735a3 (diff) | |
download | redot-engine-b08dc1ea35bc83aea0ba38d0bc94f2a36b46b805.tar.gz |
Improve nine patch behavior of TextureProgressBar
Diffstat (limited to 'scene/gui/texture_progress_bar.h')
-rw-r--r-- | scene/gui/texture_progress_bar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/gui/texture_progress_bar.h b/scene/gui/texture_progress_bar.h index a3883a7017..d147c43a26 100644 --- a/scene/gui/texture_progress_bar.h +++ b/scene/gui/texture_progress_bar.h @@ -54,7 +54,8 @@ public: FILL_COUNTER_CLOCKWISE, FILL_BILINEAR_LEFT_AND_RIGHT, FILL_BILINEAR_TOP_AND_BOTTOM, - FILL_CLOCKWISE_AND_COUNTER_CLOCKWISE + FILL_CLOCKWISE_AND_COUNTER_CLOCKWISE, + FILL_MODE_MAX, }; void set_fill_mode(int p_fill); |