-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat!: upgrade to flame 1.9.1 #7
Conversation
marcossevilla
commented
Sep 13, 2023
- Upgrades to flame version 1.8.2.
- Refactors code for the new flame version and applies some standards from effective Dart.
chore: upgrade to flame 1.8.2
fix: camera and input sequences
Thanks for the PR! looks great on a quick glance I'll follow up and merge as soon as I can |
packages/leap/lib/src/physical_behaviors/collision/collision_detection_behavior.dart
Outdated
Show resolved
Hide resolved
hey @kurtome! just applied your feedback to the PR, let me know if it looks good to you |
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.
This looks great, there are a few small things I want to refactor to clean-up how the world
fields are instantiated and make sure there is only one world
field, but I can make those changes after merging
@kurtome I'll apply the changes in a bit so we can merge all of this together 👍 |
@kurtome changes are up! |
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.
The sample game is broken now, please run the game to validate your changes :)
There is an additional bug introduced in the latest changes where the player cannot jump
@kurtome I think it should be fixed now |
Thanks for this! |