Improve nine patch behavior of TextureProgressBar

This commit is contained in:
floppyhammer
2021-02-08 12:30:04 +08:00
parent d696bd17ed
commit b08dc1ea35
2 changed files with 118 additions and 25 deletions

View File

@ -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);