Updated vanilla subs (preview images, additional info, some extra lights in darker parts), submarine preview window layout tweaking
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user