mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 01:13:05 +00:00
remove splash screen localization
This commit is contained in:
parent
06d7118c0b
commit
4f06530958
@ -36,6 +36,5 @@ public class Translation
|
||||
public string PlayerWasKicked;
|
||||
public string KickedFromServer;
|
||||
public string RespawnPlayer;
|
||||
public string SplashScreenText;
|
||||
public Dictionary<DeathType, string[]> DeathMessages;
|
||||
}
|
||||
|
@ -74,7 +74,9 @@ public class QSBCore : ModBehaviour
|
||||
public void Awake()
|
||||
{
|
||||
EpicRerouter.ModSide.Interop.Go();
|
||||
UIHelper.ReplaceUI(UITextType.PleaseUseController, QSBLocalisation.Current.SplashScreenText);
|
||||
|
||||
UIHelper.ReplaceUI(UITextType.PleaseUseController,
|
||||
"<color=orange>Quantum Space Buddies</color> is best experienced with friends...");
|
||||
}
|
||||
|
||||
public void Start()
|
||||
|
@ -30,7 +30,6 @@
|
||||
"PlayerWasKicked": "{0} was kicked.",
|
||||
"KickedFromServer": "Kicked from server. Reason : {0}",
|
||||
"RespawnPlayer": "Respawn Player",
|
||||
"SplashScreenText": "<color=orange>Quantum Space Buddies</color> is best experienced with friends...",
|
||||
"DeathMessages": {
|
||||
"Default": [
|
||||
"{0} died",
|
||||
|
Loading…
Reference in New Issue
Block a user