From 837a9065388adfb1a02926c304e5b61d501eb7e9 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 12 Jul 2019 19:29:53 +0200 Subject: [PATCH] Make Status Effects UI better positioned. --- Content.Client/UserInterface/StatusEffectsUI.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/UserInterface/StatusEffectsUI.cs b/Content.Client/UserInterface/StatusEffectsUI.cs index 4d1406ff62..2874e0648b 100644 --- a/Content.Client/UserInterface/StatusEffectsUI.cs +++ b/Content.Client/UserInterface/StatusEffectsUI.cs @@ -23,11 +23,13 @@ namespace Content.Client.UserInterface _vBox.AddChild(_healthStatusRect = new TextureRect { + TextureScale = (2, 2), Texture = IoCManager.Resolve().GetTexture("/Textures/Mob/UI/Human/human0.png") }); SetAnchorAndMarginPreset(LayoutPreset.TopRight); MarginTop = 200; + MarginRight = 10; } public void SetHealthIcon(Texture texture)