Closed salianifo closed 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.
is_instance_valid
if _is_instance_valid(_tween):
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 theif _is_instance_valid(_tween):
but I put it there just in case.