New lobby art (#748)

* lobby

* back to rus
This commit is contained in:
Ed
2025-01-12 22:39:33 +03:00
committed by GitHub
parent e11d8a1c1a
commit b5f70616c3
6 changed files with 13 additions and 7 deletions

View File

@@ -10,8 +10,8 @@ namespace Content.Shared.Localizations
[Dependency] private readonly ILocalizationManager _loc = default!;
// If you want to change your codebase's language, do it here.
public const string Culture = "en-US";
//public const string Culture = "ru-RU";
//public const string Culture = "en-US";
public const string Culture = "ru-RU";
/// <summary>
/// Custom format strings used for parsing and displaying minutes:seconds timespans.
@@ -29,9 +29,9 @@ namespace Content.Shared.Localizations
var culture = new CultureInfo(Culture);
_loc.LoadCulture(culture);
// Uncomment for Ru localization
//var fallbackCulture = new CultureInfo("en-US");
//_loc.LoadCulture(fallbackCulture);
//_loc.SetFallbackCluture(fallbackCulture);
var fallbackCulture = new CultureInfo("en-US");
_loc.LoadCulture(fallbackCulture);
_loc.SetFallbackCluture(fallbackCulture);
//
_loc.AddFunction(culture, "PRESSURE", FormatPressure);

View File

@@ -1,5 +1,5 @@
[whitelist]
enabled = false
enabled = true
[log]
path = "logs"

View File

@@ -18,3 +18,7 @@
- type: lobbyBackground
id: GobWay
background: /Textures/_CP14/LobbyScreens/gob_way.webp
- type: lobbyBackground
id: Angel
background: /Textures/_CP14/LobbyScreens/angel.webp

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

View File

@@ -0,0 +1,2 @@
sample:
filter: true

View File

@@ -1,4 +1,4 @@
- files: ["beginning.webp", "typicalAlchemistDay.webp", "tiefling.webp", "gob_way.webp", "cutecat.webp"]
- files: ["angel.webp", "beginning.webp", "typicalAlchemistDay.webp", "tiefling.webp", "gob_way.webp", "cutecat.webp"]
license: "CLA"
copyright: "alisw_a on discord"
source: "https://github.com/crystallpunk-14/crystall-punk-14"