Containers are great keeping things ordered, and its fairly easy to add_child()
or move_child()
but when a new child is added it instantly appears. Is there a way to use Tweens to animate the position of all existing children whenever a new child enters?
I've tried adjusting rectposition and rectglobal_position on both the children and container but it doesn't appear to move anything. Specifically trying to change HBox & VBox containers with ColorRect nodes inside them (like an energy bar in FTL).
Any ideas?