separate single player and multiplayer continue menu
This commit is contained in:
parent
5c5a9d2993
commit
a34c980130
4 changed files with 838 additions and 273 deletions
|
@ -61,6 +61,8 @@ MonoBehaviour:
|
|||
text: RETURN TO LOBBY
|
||||
- key: CONTINUE_LEAVEROOM
|
||||
text: LEAVE ROOM
|
||||
- key: CONTINUE_LEAVEMENU
|
||||
text: RETURN TO MENU
|
||||
- key: GAME_START
|
||||
text: START
|
||||
- key: GAME_GAMESET
|
||||
|
@ -116,6 +118,8 @@ MonoBehaviour:
|
|||
text:
|
||||
- key: CONTINUE_LEAVEROOM
|
||||
text:
|
||||
- key: CONTINUE_LEAVEMENU
|
||||
text:
|
||||
- key: GAME_START
|
||||
text:
|
||||
- key: GAME_GAMESET
|
||||
|
@ -171,9 +175,11 @@ MonoBehaviour:
|
|||
text:
|
||||
- key: CONTINUE_LEAVEROOM
|
||||
text:
|
||||
- key: CONTINUE_LEAVEMENU
|
||||
text:
|
||||
- key: GAME_START
|
||||
text:
|
||||
- key: GAME_GAMESET
|
||||
text:
|
||||
- key: KEY_SPACE
|
||||
text: SPACEBARO
|
||||
text:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue