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

Migrate bevy from 0.9 -> 0.15 #20

Merged
merged 6 commits into from
Jan 17, 2025
Merged

Migrate bevy from 0.9 -> 0.15 #20

merged 6 commits into from
Jan 17, 2025

Conversation

Piturnah
Copy link
Collaborator

@Piturnah Piturnah commented Jan 8, 2025

  • Get it compiling
  • Update LDtk assets
  • Re-enable the camera centering
  • Migrate the UI

@Piturnah
Copy link
Collaborator Author

Some issues with the migration that I may have to open tickets for:

  • Disabled the controller input. See comment in src/player.rs.
  • Issues to do with state initialisation that we had to work around by adding a new GameState variant. (upstream bug)
  • Invisible text without the new janky camera::set_orthographic_scale workaround (upstream bug)
  • ClearColor seems to have changed to black, despite bevy source seeming to tell me that the default value hasn't changed. (maybe upstream bug? unclear)

@Piturnah Piturnah marked this pull request as ready for review January 17, 2025 22:16
@Piturnah Piturnah merged commit 08b8bff into main Jan 17, 2025
1 check passed
@Piturnah Piturnah deleted the chore/upgrade branch January 17, 2025 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant