在 Godot 中制作动态按钮容器

问题描述

当我尝试在 Godot 中构建动态按钮容器时卡住了,如附加视频所示。有没有办法让 Godot 变得容易?

非常感谢您的帮助!

Here's my problem's description video

解决方法

我会尝试将 VBoxContainers 与 GridContainers 行混合使用。我最近与 GridContainers 一起工作了很多,并认为完成这种效果没有问题。只需将您的动态按钮添加到相应行的网格中即可。

https://docs.godotengine.org/en/3.0/classes/class_gridcontainer.html

注意到这是几个月后的事情,所以希望您找到了解决方案。