Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "wait to click" in-dialog action #119

Open
Hyuchia opened this issue Jul 31, 2020 · 2 comments
Open

Implement "wait to click" in-dialog action #119

Hyuchia opened this issue Jul 31, 2020 · 2 comments

Comments

@Hyuchia
Copy link
Member

Hyuchia commented Jul 31, 2020

Dialogs should allow an in-line action that makes the text stop until the user clicks again.

@kajal1811
Copy link

Can you explain this issue in detail so that I can contribute to it?

@LoganTann
Copy link
Contributor

Can you explain this issue in detail so that I can contribute to it?

@kajal1811 monogatari beta 12 introduced this feature :

// Pause the dialog for 300ms before continuing:
'This is some... {pause:300} dialog with a pause'

What we would like to achieve is instead of waiting xx milliseconds, we would like to wait for the user to click so we can continue the typing animation. A possible syntax would be like this :

// Pause the dialog until the user clicks/press the space bar before continuing:
'This is some... {pause} dialog with a pause'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants