(c57beb621) Autoscale text in a bunch of places where it's likely to overflow

This commit is contained in:
Joonas Rikkonen
2019-05-06 14:13:38 +03:00
parent 3c1db2e9a7
commit 6e152c4575
5 changed files with 251 additions and 134 deletions
@@ -240,6 +240,8 @@ namespace Barotrauma
private GUILayoutGroup subPreviewContainer;
private GUILayoutGroup subPreviewContainer;
private GUIButton loadGameButton;
public Action<Submarine, string, string> StartNewGame;