timers for start and end game
continue screen probably working
This commit is contained in:
parent
77c597498f
commit
ea93620755
7 changed files with 365 additions and 209 deletions
|
@ -51,6 +51,20 @@ MonoBehaviour:
|
|||
text: READY\nUP
|
||||
- key: MULTIPLAYER_READYWAITING
|
||||
text: WAITING
|
||||
- key: CONTINUE_CONTINUE
|
||||
text: CONTINUE?
|
||||
- key: CONTINUE_WAITING
|
||||
text: WAITING...
|
||||
- key: CONTINUE_REMATCH
|
||||
text: REMATCH
|
||||
- key: CONTINUE_RETURNTOLOBBY
|
||||
text: RETURN TO LOBBY
|
||||
- key: CONTINUE_LEAVEROOM
|
||||
text: LEAVE ROOM
|
||||
- key: GAME_START
|
||||
text: START
|
||||
- key: GAME_GAMESET
|
||||
text: GAME SET
|
||||
japaneseLocals:
|
||||
- key: GAME_SCORE
|
||||
text: "\u30B9\u30B3\u30A2"
|
||||
|
@ -90,6 +104,20 @@ MonoBehaviour:
|
|||
text:
|
||||
- key: MULTIPLAYER_READYWAITING
|
||||
text:
|
||||
- key: CONTINUE_CONTINUE
|
||||
text:
|
||||
- key: CONTINUE_WAITING
|
||||
text:
|
||||
- key: CONTINUE_REMATCH
|
||||
text:
|
||||
- key: CONTINUE_RETURNTOLOBBY
|
||||
text:
|
||||
- key: CONTINUE_LEAVEROOM
|
||||
text:
|
||||
- key: GAME_START
|
||||
text:
|
||||
- key: GAME_GAMESET
|
||||
text:
|
||||
spanishLocals:
|
||||
- key: GAME_SCORE
|
||||
text:
|
||||
|
@ -129,3 +157,17 @@ MonoBehaviour:
|
|||
text:
|
||||
- key: MULTIPLAYER_READYWAITING
|
||||
text:
|
||||
- key: CONTINUE_CONTINUE
|
||||
text:
|
||||
- key: CONTINUE_WAITING
|
||||
text:
|
||||
- key: CONTINUE_REMATCH
|
||||
text:
|
||||
- key: CONTINUE_RETURNTOLOBBY
|
||||
text:
|
||||
- key: CONTINUE_LEAVEROOM
|
||||
text:
|
||||
- key: GAME_START
|
||||
text:
|
||||
- key: GAME_GAMESET
|
||||
text:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue