viniciusgerevini / godot-clyde-dialogue

Clyde Dialogue Language Importer and interpreter for Godot.
MIT License
89 stars 11 forks source link

Change variation shuffle #37

Closed viniciusgerevini closed 7 months ago

viniciusgerevini commented 7 months ago

Variation shuffle used to work like shuffle cycle. It was guaranteed all items would be returned at least once. Change the behaviour to be really random. shuffle cycle still has same behaviour.