We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In TutorialLayer::updatePanelState, if currentPanelIndex is equal to the last panel, grey out the "next" button.
TutorialLayer::updatePanelState
currentPanelIndex
Conversly, if currentPanelIndex is 0, grey out the "previous" button.
When a button is greyed, the button animation should not play when triggered.
This will make it clearer when the tutorial has finished and avoid the user performing actions that have no feedback
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
TutorialLayer::updatePanelState
, ifcurrentPanelIndex
is equal to the last panel, grey out the "next" button.Conversly, if
currentPanelIndex
is 0, grey out the "previous" button.When a button is greyed, the button animation should not play when triggered.
This will make it clearer when the tutorial has finished and avoid the user performing actions that have no feedback
The text was updated successfully, but these errors were encountered: