snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 290 forks source link

Make nextClickDelay works with ClickAnywhere #955

Closed breadnone closed 3 years ago

breadnone commented 3 years ago

Description

Similar to ClickOnDialog for dialog progression. It has capability to delay the next input, while ClickAnywhere does not

What is the current behavior?

nextClickDelay does not work with ClickAnywhere

What is the new behavior?

nextClickDelay now works with ClickAnywhere

Important Notes

stevehalliwell commented 3 years ago

Thanks for the PR.