-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New cooldown example #19234
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
New cooldown example #19234
Conversation
The generated |
Co-authored-by: Thierry Berger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A typo to be fixed, the rest is nitpicks so I'm approving
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great and concise example! I'm all in for this new section. Already wondering what other people will add to it. 😄
Co-authored-by: Thierry Berger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works on the web!
I think a bit more documentation would be nice to make it easier to understand and use this example :)
Co-authored-by: Ida "Iyes" <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done and quite useful!
57df750
to
5331b66
Compare
7301c7f
to
7a60c0c
Compare
Sensible approach, great example choice and a good level of complexity. I'm going to start merging these now, and #19279 can do a proper pass on organization as needed before 0.17. |
Objective
We want to extend our examples with a new category "usage" to demonstrate common use cases (see bevyengine/bevy-website#2131). This PR adds an example of animated cooldowns on button clicks.
Solution
Testing
bevy run --example cooldown web --open
)