From e91e9bf83b67f6d7ee464c628a9a4b27c0ec6dba Mon Sep 17 00:00:00 2001 From: Emma Miler <27428383+emma-miler@users.noreply.github.com> Date: Sat, 29 Jan 2022 00:07:15 +0100 Subject: Optimized localization for server browser (#168) Condensed and optimized the localisation of the player and server-count labels in the server browser. Hopefully the localization got encoded correctly. --- .../mod/resource/ui/menus/server_browser.menu | 39 +--------------------- 1 file changed, 1 insertion(+), 38 deletions(-) (limited to 'Northstar.Client/mod/resource/ui/menus') diff --git a/Northstar.Client/mod/resource/ui/menus/server_browser.menu b/Northstar.Client/mod/resource/ui/menus/server_browser.menu index a02cac46..d7efaae8 100644 --- a/Northstar.Client/mod/resource/ui/menus/server_browser.menu +++ b/Northstar.Client/mod/resource/ui/menus/server_browser.menu @@ -2587,24 +2587,6 @@ resource/ui/menus/mods_browse.menu pin_corner_to_sibling TOP_LEFT pin_to_sibling_corner BOTTOM_LEFT } - InGamePlayerCount - { - ControlName Label - auto_wide_tocontents 1 - tall 40 - labelText "" - font Default_28_ShadowGlow - bgcolor_override "0 0 0 120" - fgcolor_override "107 166 196 200" - xpos 6 - visible 1 - zpos 101 - - pin_to_sibling InGamePlayerLabel - pin_corner_to_sibling TOP_LEFT - pin_to_sibling_corner TOP_RIGHT - } - TotalServerLabel { ControlName Label @@ -2620,29 +2602,10 @@ resource/ui/menus/mods_browse.menu fgcolor_override "255 255 255 175" visible 1 - pin_to_sibling InGamePlayerCount - pin_corner_to_sibling TOP_LEFT - pin_to_sibling_corner TOP_RIGHT - } - TotalServerCount - { - ControlName Label - auto_wide_tocontents 1 - tall 40 - labelText "" - font Default_28_ShadowGlow - bgcolor_override "0 0 0 120" - fgcolor_override "196 108 108 200" - xpos 6 - visible 1 - zpos 101 - - pin_to_sibling TotalServerLabel + pin_to_sibling InGamePlayerLabel pin_corner_to_sibling TOP_LEFT pin_to_sibling_corner TOP_RIGHT } - - FooterButtons { ControlName CNestedPanel -- cgit v1.2.3