Admin ghosts can now interact with stuff (#4178)
* Ghosts now have a bool for interacting with stuff * Wrong ghost * Simping for Swept * Merge cleanup * IT'S ODNE Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -339,10 +339,11 @@ namespace Content.Client.HUD
|
||||
LC.SetMarginBottom(centerBottomContainer, -10f);
|
||||
RootControl.AddChild(centerBottomContainer);
|
||||
|
||||
HandsContainer = new Control
|
||||
HandsContainer = new BoxContainer()
|
||||
{
|
||||
VerticalAlignment = Control.VAlignment.Bottom,
|
||||
HorizontalAlignment = Control.HAlignment.Center
|
||||
HorizontalAlignment = Control.HAlignment.Center,
|
||||
Orientation = LayoutOrientation.Vertical,
|
||||
};
|
||||
BottomRightInventoryQuickButtonContainer = new BoxContainer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user