-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(scoring): Add intermission screen displaying match scores (#987)
After enough rounds to reach intermission, screen opens shows current scores. Players can ready up to continue to next round. Once player has won, this is communicated. Can ready up for another match, or exit the game (currently only opening pause menu and returning to main menu. This is todo). There's a decent amount of polish needed, but this is a decent start.
- Loading branch information
1 parent
df8c6e7
commit abd4a59
Showing
14 changed files
with
779 additions
and
228 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
press-confirm-to-ready-up = Press confirm to ready-up | ||
press-confirm-to-play-again = Press confirm to play again | ||
ready = Ready | ||
not-ready = Not Ready | ||
ai = AI | ||
won = Winner | ||
tied = Tied | ||
intermission = Intermission | ||
score = Score | ||
match-complete = Match Complete | ||
tied-for-win = Tied For Win |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.