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

Bevy 0.14 version #3

Open
ChristopherBiscardi opened this issue Jul 9, 2024 · 1 comment
Open

Bevy 0.14 version #3

ChristopherBiscardi opened this issue Jul 9, 2024 · 1 comment

Comments

@ChristopherBiscardi
Copy link
Contributor

Bevy 0.14 is out. The 0.14 updates to the codebase are in the 0.14 branch (2048 diff from 0.13)

Notable changes

  • Observers for new tile events
    • We never insert multiple tiles, so we don't need batching, etc for events. Therefore Observers are a better fit.
  • Move away from Startup in favor of OnEnter(State)
  • Introduce ScalingMode
    • This allows defining some space for the UI and introduces the idea that a camera has a transform
  • Use a new font.
    • There is a default font, but most people will want to change that, so use one.
  • button tinting has changed

Known Issues in 0.14

@ChristopherBiscardi
Copy link
Contributor Author

scripting is in-progress

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

No branches or pull requests

1 participant