Improve nine patch behavior of TextureProgressBar
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user