-
Notifications
You must be signed in to change notification settings - Fork 56
Returns to the scenario menu after winning a game #422
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
Conversation
This change slightly improves the navigation by saving the menu position so that the user gets back to the next tutorial or challenge after winning a game.
3933731
to
58936ac
Compare
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.
Feels great to be back in the menu where I just was 👍
Maybe I am missing something, but how do I quit the game fastest now?
It used to be CtrlQ then -> and Enter and then finally CtrlQ again in the menu, but now I have to press it as many times as I am deep in scenario hierarchy.
@TristanCacqueray you can tick the checkbox in #356 after you merge this, sadly it did not get its own issue. 😉 |
Oops, I merged too soon. When starting the game with the |
This change fixes an issue introduced with #422 when the game is started directly using the `-s` command line argument. The new behavior is to halt the game when no previous menu is set.
@TristanCacqueray yes, but that was the old behaviour, so I don't blame you for not changing that in this PR 😉 |
This change slightly improves the navigation by saving
the menu position so that the user gets back to the next
tutorial or challenge after winning a game.