nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.08k stars 163 forks source link

Being able to scroll responses #71

Closed FoxReds closed 2 years ago

FoxReds commented 2 years ago

Would it be possible to add responses scrolling in sample ballon like in picture below? It would allow to create longer responses. Screenshot 2022-08-02 120634

RedXGames commented 2 years ago

I think you can just modify your dialogue balloon to achieve that, using a scrollcontainer as a parent of the menus. And make sure to change any references to the menu if any.

nathanhoad commented 2 years ago

Yeah, this is something you'd implement in your own balloon.