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?