dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
4.05k stars 239 forks source link

Add skippable option to Wait event #2439

Closed salianifo closed 1 month ago

salianifo commented 1 month ago

Closes: #1029

Added a skippable option to the wait event. Default value is false. I don't think that the is_instance_valid is needed for the if _is_instance_valid(_tween): but I put it there just in case.