Увеличил стрип окно
This commit is contained in:
@@ -150,7 +150,7 @@ namespace Content.Client.Inventory
|
||||
// for now: shit-code
|
||||
// this breaks for drones (too many hands, lots of empty vertical space), and looks shit for monkeys and the like.
|
||||
// but the window is realizable, so eh.
|
||||
_strippingMenu.SetSize = new Vector2(220, snare?.IsEnsnared == true ? 550 : 530);
|
||||
_strippingMenu.SetSize = new Vector2(290, snare?.IsEnsnared == true ? 550 : 530);
|
||||
}
|
||||
|
||||
private void AddHandButton(Hand hand)
|
||||
|
||||
Reference in New Issue
Block a user