nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.18k stars 168 forks source link

Added waiting time setting for automatic line wrapping #699

Closed shiouhuamien closed 3 hours ago

shiouhuamien commented 3 hours ago

Is your feature request related to a problem? Please describe. Added waiting time setting for automatic line wrapping

Describe the solution you'd like I don't want to wrap the line immediately, I want to wait for a while. But no matter how I combine [wait=3] [next=auto], the effect is not ideal. It would be great if the waiting time could be set directly in [next=auto].

Thanks

shiouhuamien commented 3 hours ago

Sorry, I found the command to wait for.