Displaying lots of choices #1234
-
Is there a way to display answer choices on multiple lines or columns ? I need to display more choices that can actually fit inside a HboxContrainer or a VBoxContainer without stretching outside the game screen : This seems to be impossible natively, as the "theme" options only allow for vertical and horizontal layouts. Do you see a simple solution or do I have to code the grid support myself ? Thank you ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no easy way of doing this in 1.4, you would have to edit the DialogNode scene as well as the script, and they are quite messy. |
Beta Was this translation helpful? Give feedback.
There is no easy way of doing this in 1.4, you would have to edit the DialogNode scene as well as the script, and they are quite messy.
We've been working on improving the theming/styling workflow for 2.0, so hopefully stuff like this will be easier in the future.