Generally fixes the Character Info menu (#5206)
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Content.Client.CharacterInfo.Components
|
||||
Orientation = LayoutOrientation.Horizontal,
|
||||
Children =
|
||||
{
|
||||
(SpriteView = new SpriteView { Scale = (2, 2)}),
|
||||
(SpriteView = new SpriteView { OverrideDirection = Direction.South, Scale = (2,2)}),
|
||||
new BoxContainer
|
||||
{
|
||||
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
|
||||
{
|
||||
Text = Loc.GetString("character-info-objectives-label"),
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
character-info-health-and-status-effects-text = Health & status effects
|
||||
character-info-roles-antagonist-text = Antagonist Roles
|
||||
character-info-objectives-label = Objectives
|
||||
Reference in New Issue
Block a user