Увеличил стрип окно

This commit is contained in:
Mona Hmiza
2023-05-06 15:26:10 +03:00
committed by Aviu00
parent 0827325722
commit 71634338ad

View File

@@ -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)