-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Game Over #103
Game Over #103
Conversation
Issues
Footnotes
|
More Issues
|
"Enter" press just isn't working very well at all... Adding a second button has helped the menu, but it still isn't initially responding sometimes. Navigating between focusables is working just fine. It is as if the actionable button press system just isn't running... |
...and I know exactly why. |
Basically, I had introduced a conflict between two systems each fighting to command the This would probably be better handled by a single event and a one off system, but I'm going to deliver as is and leave that for future refactoring (the one off systems are a new feature in Bevy 0.12 and I haven't played with them yet; not sure how stable or experimental they still are). |
closes #59
By submitting this pull request, you agree to follow our Code of Conduct: https://github.com/thombruce/.github/blob/main/CODE_OF_CONDUCT.md
Internal use. Do not delete.