This commit is contained in:
Valtos
2023-08-09 04:38:55 +07:00
committed by Aviu00
parent fd6aed0665
commit 9303b80279
3 changed files with 19 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ namespace Content.Client.LateJoin
public LateJoinGui()
{
MinSize = SetSize = new Vector2(360, 560);
MinSize = SetSize = new Vector2(500, 560);
IoCManager.InjectDependencies(this);
_sprites = _entitySystem.GetEntitySystem<SpriteSystem>();
_crewManifest = _entitySystem.GetEntitySystem<CrewManifestSystem>();