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

"May proceed next" indicator #70

Open
Crystalwarrior opened this issue Dec 26, 2021 · 2 comments
Open

"May proceed next" indicator #70

Crystalwarrior opened this issue Dec 26, 2021 · 2 comments
Labels
discussion enhancement New feature or request

Comments

@Crystalwarrior
Copy link
Collaborator

Describe the project you are working on

No response

Describe the feature / enhancement and how it helps to overcome the problem or limitation

You know how a lot of VN's, games, etc. have a small indicator (usually on the bottom right of the dialog box) telling you that you are able to proceed to the next line?
It should probably use an animation player as well so it can be customized in any conceivable way.

Adittional information

No response

@Crystalwarrior Crystalwarrior added the enhancement New feature or request label Dec 26, 2021
@AnidemDex
Copy link
Owner

Tried to implement it for 1.1 but stopped due to its complexity. Seems like something trivial, but it really needs a good structure to avoid making break changes in the future.

This issue needs two components:

  • An animator (whatever that will be used to animate the texture)
  • An object that holds the texture (an sprite, a texture rect, a resource that directly draws to canvas item? No idea)

@Crystalwarrior
Copy link
Collaborator Author

Tried to implement it for 1.1 but stopped due to its complexity. Seems like something trivial, but it really needs a good structure to avoid making break changes in the future.

This issue needs two components:

* An animator (whatever that will be used to animate the texture)

* An object that holds the texture (an sprite, a texture rect, a resource that directly draws to canvas item? No idea)

I also just realized the next indicator should only be displayed when input to proceed next is actually possible. Think it'll be good to make this part of my vn example first to figure things out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants