Having hbox2
inside hbox1
which are HBoxContainer
.
Having TextureRect
s inside hbox2
.
How to manipulate hbox2
's size?
Tried:
- Changing
min_size
on hbox2
+ enabled extend
on TextureRect
. Result: It temporarily changes size just in editor, but when i click, play game, it backs to which i have started.