Updated vanilla subs (preview images, additional info, some extra lights in darker parts), submarine preview window layout tweaking

This commit is contained in:
Joonas Rikkonen
2018-02-21 17:09:53 +02:00
parent 24cb7a3659
commit 59e1f776f2
8 changed files with 8 additions and 5 deletions
@@ -793,7 +793,7 @@ namespace Barotrauma
infoButton.UserData = sub;
infoButton.OnClicked += (component, userdata) =>
{
var msgBox = new GUIMessageBox("", "", 550, 350);
var msgBox = new GUIMessageBox("", "", 550, 400);
((Submarine)userdata).CreatePreviewWindow(msgBox.InnerFrame);
return true;
};