(d4a475f03) Added text wrapping to pump GUI texts

This commit is contained in:
Joonas Rikkonen
2019-05-07 18:05:16 +03:00
parent 56015c2f01
commit 427526aba2
4 changed files with 12 additions and 13 deletions
@@ -252,7 +252,7 @@ namespace Barotrauma
OnClicked = SelectTab
};
//TODO: translate
new GUIButton(new RectTransform(new Vector2(1.0f, 1.0f), optionList.RectTransform), TextManager.Get("CreditsButton"), textAlignment: Alignment.Left, style: "MainMenuGUIButton")
new GUIButton(new RectTransform(new Vector2(1.0f, 1.0f), optionList.RectTransform), "Credits", textAlignment: Alignment.Left, style: "MainMenuGUIButton")
{
ForceUpperCase = true,
UserData = Tab.Credits,