Replies: 1 comment
-
I believe this would be up to balloon implementation. The default balloon uses a vbox if I recall correctly but you can implement it however you want in your custom balloon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to coax
DialogueResponsesMenu
to be anHBoxContainer
instead of aVBoxContainer
(or any other type of Container)? I'm looking to use a dialogue balloon to work like aConfirmationDialog
more or less, with a dialogue line that has two responses ("Yes", "No"). To me it would make more sense for the responses to be displayed horizontally. (I'm aware there are other ways of doing this without DM but in the context of my project, doing it this way makes more sense to me if possible.)Since
DialogueResponsesMenu
extendsContainer
instead of VBox, I assume the engine or DM must make the type distinction at some point. I'm just curious, is this possible or would it be more trouble than it's worth to implement?Beta Was this translation helpful? Give feedback.
All reactions