-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bevy 0.13 update #2
Comments
bevy_easings is released on crates.io with 0.13 compatibility and is the only major dependency for this workshop. |
Base updates for 0.13 that result in a running program again:
The program runs and all functionality seems to be working, however some of the issues seen in #1 seem much more easily triggerable in 0.13. 2048-with-tile-misplacement-and-crash-due-to-easings.movChanges were made in 447b621 |
Added a new section on testing, especially around detecting game over (without having to play an entire game) -- 1687150 |
Code and workshop lessons should both be updated.
https://bevyengine.org/news/bevy-0-13/
Notably, this includes the automatic
apply_deferred
that will address #1 .The text was updated successfully, but these errors were encountered: