the end of my texture progress gets cut off

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By BING

I want my texture progress to not cut off the end of it, i want the end of it to stay as the value gets lower, how would i do that?

could you clarify further?

bloodsign | 2021-04-08 17:08

:bust_in_silhouette: Reply From: exuin

After looking at the docs for TextureProgress, I don’t think this is possible with the node. You’ll probably have to make your own custom progress bar and move the texture yourself.

:bust_in_silhouette: Reply From: Hana_Programming

seems bugged, just look to what extend the start and end is being cutted, for me it was 8 on start and end and then just say -8 for min-value and 108 for max-value, works fine