dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.88k stars 231 forks source link

Option to place dialog choices inside the dialog box #327

Open olive20xx opened 3 years ago

olive20xx commented 3 years ago

Describe the solution you'd like I'd like to be able to place the Choice buttons inside the dialog box (like in most CRPGs, see below for an example screenshot). Or just generally have more control over their placement.

Describe alternatives you've considered I don't think there is one right now.

Additional context Here's an example from Pillars of Eternity:

image

Alexey-Ost commented 3 years ago

Alternative:

Mockup: dialogic tag

Jowan-Spooner commented 3 years ago

I would say something "a bit similar" to the request could be achieved with #449.

coppolaemilio commented 3 years ago

Added more options for the choice buttons :) you can now set offsets and anchor positions. The only thing you can't really do (and probably won't be able to do until Dialogic 2.0 is making the dialog dynamically taller or shorter to host more options. But by adding bottom center (or bottom left) anchor and some offset you can achieve having the options inside the dialog itself.

Jowan-Spooner commented 2 years ago

Update on this: I've managed to achieve something similar to this with the new way of themeing (much more free to use all of godots capabilities) in 2.0 (wip). Here is an image of that: grafik

The whole Chocie-Command thing is not implemented yet. So I will leave this open.