(bcf4eea95) Allow muting players mid-round through the info menu
This commit is contained in:
@@ -1318,7 +1318,7 @@ namespace Barotrauma
|
||||
GUIComponent existingPreview = crewFrame.FindChild("SelectedCharacter");
|
||||
if (existingPreview != null) crewFrame.RemoveChild(existingPreview);
|
||||
|
||||
var previewPlayer = new GUIFrame(new RectTransform(new Vector2(0.4f, 0.8f), crewFrame.RectTransform, Anchor.CenterRight) { RelativeOffset = new Vector2(0.05f, 0.0f) }, style: "InnerFrame")
|
||||
var previewPlayer = new GUIFrame(new RectTransform(new Vector2(0.45f, 0.9f), crewFrame.RectTransform, Anchor.CenterRight) { RelativeOffset = new Vector2(0.05f, 0.0f) }, style: "InnerFrame")
|
||||
{
|
||||
UserData = "SelectedCharacter"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user