Bring back (under certain conditions) the off line mode to the splash screen. #204
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
galegosimpatico@2bcabe5 intends to reconfigure
anura
to show the Play Offline interface in the game splash screen coupled with the Devtools interface showing in the lobby. From the rev commit message:galegosimpatico@2a9c896 intends to make sure in the
tictactoe
module that new (old) button is always present.That has an UI undesired side effect.
Windowed
tictactoe
. Note the lowest button (Exit Game) is wrong, it is unreachable:Full screen
tictactoe
is ugly but acceptable:Full screen AA is OK:
In windowed AA the lowest button is wrong:
In order to fix this, galegosimpatico@1193c28 intends to reposition the buttons, some captures follow.
Full screen
tictactoe
is now better:Windowed
tictactoe
is now acceptable:Windowed AA is OK:
Full screen AA is OK as well:
Cheers and Regards,
EDIT: Fixed lots of mistakes in picture captions, they were all wrong.