Add player limit feature for private lobbies

This commit is contained in:
abdallahbahrawi1
2025-12-19 13:33:43 +02:00
parent 58c7cdd46f
commit 37d358fbdc
7 changed files with 148 additions and 7 deletions
+5 -2
View File
@@ -127,7 +127,8 @@
"checking": "private_lobby.checking",
"not_found": "private_lobby.not_found",
"error": "private_lobby.error",
"joined_waiting": "private_lobby.joined_waiting"
"joined_waiting": "private_lobby.joined_waiting",
"lobby_full": "private_lobby.lobby_full"
},
"public_lobby": {
"join": "public_lobby.join",
@@ -154,7 +155,9 @@
"player": "host_modal.player",
"players": "host_modal.players",
"waiting": "host_modal.waiting",
"start": "host_modal.start"
"start": "host_modal.start",
"player_limit": "host_modal.player_limit",
"player_limit_warning": "host_modal.player_limit_warning"
},
"game_starting_modal": {
"title": "game_starting_modal.title",