Skip to content

Commit

Permalink
Revamped AddServer window to SN style and UI based
Browse files Browse the repository at this point in the history
Also it's no controller friendly
  • Loading branch information
Jannify committed Jun 24, 2023
1 parent 73d746a commit a828b8f
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 205 deletions.
13 changes: 9 additions & 4 deletions Nitrox.Assets.Subnautica/LanguageFiles/en.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"Nitrox_AddServer": "Add Server",
"Nitrox_AddServerAdd": "Add",
"Nitrox_AddServerHost": "Host:",
"Nitrox_AddServerName": "Name:",
"Nitrox_AddServerPort": "Port:",
"Nitrox_AddServer_NameDescription": "Name:",
"Nitrox_AddServer_AddressDescription": "Host:",
"Nitrox_AddServer_PortDescription": "Port:",
"Nitrox_AddServer_NamePlaceholder": "Enter a name for the server",
"Nitrox_AddServer_AddressPlaceholder": "Enter the IP or address of the server",
"Nitrox_AddServer_PortPlaceholder": "Enter the numeric port of the server",
"Nitrox_AddServer_Confirm": "Create server",
"Nitrox_AddServer_Back": "Back",
"Nitrox_AddServer_InvalidInput": "You input is invalid. Please check if all text boxes are filled out.",
"Nitrox_Cancel": "Cancel",
"Nitrox_CommandNotAvailable": "This command is not available in Nitrox",
"Nitrox_ConnectTo": "Connect to",
Expand Down
158 changes: 0 additions & 158 deletions NitroxClient/MonoBehaviours/Gui/MainMenu/MainMenuAddServerWindow.cs

This file was deleted.

Loading

0 comments on commit a828b8f

Please sign in to comment.