nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.15k stars 166 forks source link

Make responses menu base type more flexible #558

Closed nathanhoad closed 6 months ago

nathanhoad commented 6 months ago

This changes the DialogueResponsesMenu to extend the more generic Container node so that it can be used with any kind of container.

Closes #557