Remove instances of Visible = false for windows.
This commit is contained in:
@@ -113,7 +113,6 @@ namespace Content.Client.GameObjects.Components.Actor
|
||||
public CharacterWindow(List<ICharacterUI> windowComponents)
|
||||
{
|
||||
Title = "Character";
|
||||
Visible = false;
|
||||
|
||||
_contentsVBox = new VBoxContainer();
|
||||
Contents.AddChild(_contentsVBox);
|
||||
|
||||
Reference in New Issue
Block a user