Unstable 0.1300.0.3
This commit is contained in:
@@ -618,6 +618,7 @@ namespace Barotrauma
|
||||
editingHUD = new GUIFrame(new RectTransform(new Vector2(0.3f, 0.25f), GUI.Canvas, Anchor.CenterRight) { MinSize = new Point(400, 0) }) { UserData = this };
|
||||
GUIListBox listBox = new GUIListBox(new RectTransform(new Vector2(0.95f, 0.8f), editingHUD.RectTransform, Anchor.Center), style: null)
|
||||
{
|
||||
CanTakeKeyBoardFocus = false,
|
||||
Spacing = (int)(25 * GUI.Scale)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user