![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | MathiasStrohkirch |
My tree looks like this:
-ScrollContainer
—GridContainer
-----TextureRect
-----TextureRect
-----TextureRect (many more)
How would I resize the TextureRect
s to be smaller or larger in the code? Setting rect_size
, rect_scale
, or rect_min_size
don’t work because the parent layout doesn’t listen to them. I think it might have something to do with the size flags, but I have tried setting these to a lot of things and haven’t seen any changes. Thanks!