How easy is it to implement bubble speech like in Renpy to have bubbles next to the characters rather than at the bottom of the screen?
thank you,
It would require you to style the dialogue box with a unique class per character using CSS, then position it. If the bubbles has to change their positions during game, change the style of each with some JS function.