From 6c38824d037cc4d3f22362e89b8193bb9e49aae9 Mon Sep 17 00:00:00 2001 From: arkology <43543909+arkology@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:53:06 +0300 Subject: [PATCH] Document radial_center_offset bounds --- doc/classes/TextureProgressBar.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/TextureProgressBar.xml b/doc/classes/TextureProgressBar.xml index c68b521da96..5e2b55d6aeb 100644 --- a/doc/classes/TextureProgressBar.xml +++ b/doc/classes/TextureProgressBar.xml @@ -35,6 +35,7 @@ Offsets [member texture_progress] if [member fill_mode] is [constant FILL_CLOCKWISE], [constant FILL_COUNTER_CLOCKWISE], or [constant FILL_CLOCKWISE_AND_COUNTER_CLOCKWISE]. + [b]Note:[/b] The effective radial center always stays within the [member texture_progress] bounds. If you need to move it outside the texture's bounds, modify the [member texture_progress] to contain additional empty space where needed. Upper limit for the fill of [member texture_progress] if [member fill_mode] is [constant FILL_CLOCKWISE], [constant FILL_COUNTER_CLOCKWISE], or [constant FILL_CLOCKWISE_AND_COUNTER_CLOCKWISE]. When the node's [code]value[/code] is equal to its [code]max_value[/code], the texture fills up to this angle.