Generally fixes the Character Info menu (#5206)

This commit is contained in:
Azzy
2021-11-07 13:18:23 -07:00
committed by GitHub
parent ccff821333
commit 54f7b68503
2 changed files with 2 additions and 8 deletions

View File

@@ -79,7 +79,7 @@ namespace Content.Client.CharacterInfo.Components
Orientation = LayoutOrientation.Horizontal, Orientation = LayoutOrientation.Horizontal,
Children = Children =
{ {
(SpriteView = new SpriteView { Scale = (2, 2)}), (SpriteView = new SpriteView { OverrideDirection = Direction.South, Scale = (2,2)}),
new BoxContainer new BoxContainer
{ {
Orientation = LayoutOrientation.Vertical, Orientation = LayoutOrientation.Vertical,
@@ -98,11 +98,6 @@ namespace Content.Client.CharacterInfo.Components
} }
}); });
AddChild(new Placeholder()
{
PlaceholderText = Loc.GetString("character-info-health-and-status-effects-text")
});
AddChild(new Label AddChild(new Label
{ {
Text = Loc.GetString("character-info-objectives-label"), Text = Loc.GetString("character-info-objectives-label"),

View File

@@ -1,3 +1,2 @@
character-info-health-and-status-effects-text = Health & status effects
character-info-roles-antagonist-text = Antagonist Roles character-info-roles-antagonist-text = Antagonist Roles
character-info-objectives-label = Objectives character-info-objectives-label = Objectives