You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have two nodes providing identical functionality for sorting control nodes in a list. H and Y BoxContainer respectively. Both extend BoxContainer.
The idea would be to take the opportunity for breaking changes in 4.0, and merge both of these nodes into one: ListContainer. With a simple bool to flip between H and Y.
This would also allow for swapping the behavior on the fly, which could be pretty cool.
The text was updated successfully, but these errors were encountered:
Is it just me, or are HBoxContainer and VBoxContainer extremely easy to mix up? I always end up adding for the wrong node. This would add another step to making a HBoxContainer, but that isn't that bad.
Currently we have two nodes providing identical functionality for sorting control nodes in a list. H and Y BoxContainer respectively. Both extend BoxContainer.
The idea would be to take the opportunity for breaking changes in 4.0, and merge both of these nodes into one: ListContainer. With a simple bool to flip between H and Y.
This would also allow for swapping the behavior on the fly, which could be pretty cool.
The text was updated successfully, but these errors were encountered: