Generally fixes the Character Info menu (#5206)
This commit is contained in:
@@ -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"),
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user