From fc4f40127e101d3bf678c2f00cdfee77fdb56777 Mon Sep 17 00:00:00 2001 From: arkology <43543909+arkology@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:47:40 +0300 Subject: [PATCH] Document radial_center_offset bounds --- doc/classes/TextureProgress.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/TextureProgress.xml b/doc/classes/TextureProgress.xml index 75e0a085f88a..688225f1c45e 100644 --- a/doc/classes/TextureProgress.xml +++ b/doc/classes/TextureProgress.xml @@ -33,6 +33,7 @@ Offsets [member texture_progress] if [member fill_mode] is [constant FILL_CLOCKWISE] or [constant FILL_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] or [constant FILL_COUNTER_CLOCKWISE]. When the node's [code]value[/code] is equal to its [code]max_value[/code], the texture fills up to this angle.