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.
