So we can get use get_size and get_scale but when you have a parent with its scale changed these numbers do you no good. I was writing a recursive function fetching parents but theirs got to be an easier way for solving for this. For context Im trying to place a grid of items on the screen and knowing the size of the item is how I am calculating the position.
So here is the real question. How do I get the scaled size of a gui item?