![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Pomelo |
I need help with an especific task. I am making a card game and I have Node2d scenes that serve as the visual representation of the cards. Question is, how would I go about auto-handling their position in the screen, when I add them as childs? Of course, one way would be to have a premade list of positions I want, and depending on the size of the hand (amount of cards added as childs), use these positions to , well, position the cards. But there must be a proper way of doing it maybe with Control Nodes
Control Nodes have always been kinda my weak point, so the awnser could be obvious.
P.D. I know I should get on with reading and understanding the Controls documentation, but I can never muster the courage haha