How can I align label text with label style skew?

Godot Version

Godot version 1.6

Question

Hello, I am trying to make a shop UI for a small clicker game I am making. The problem is that, I am trying to align the text on a Label control node, to the skew of the style property of the same Label node. I cant find any property to change the skew of the text. The only solution I could think of is making the style flat without a skew, and then rotating the Margin Container the Label is inside however, I want the edges of the style to be cut of down verticality so that it aligns with the background of the shop.

Make your text be a separate Label, and just rotate it to match the background’s skew.

Thank you, I had the label inside of a margin container so I couldn’t actually rotate the label so I just got rid of that margin container, anyways it works now thanks.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.