The ProgressBar GUI node is for horizontal progress bars only, what should I use for a vertical one?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Niriel
:warning: Old Version Published before Godot 3 was released.

I was thinking of using the built-in progress bar control to represent a temperature gauge. I could not find a way to have it progress upward.

I could rotate the rect, but it didn’t work well. First, the text gets rotated as well (there’s a text label showing the numeric value of the progress bar). Second, the HBoxContainer resets the rotation anyway.

What could I use to remake a ProgressBar-like widget myself?

try TextureProgress, there is 6 modes you can use, one of them is Bottom to top.

swipis | 2016-04-01 12:58