fun
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user