]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Increase line spacing of the admin overlay (#35591)
authorErrant <35878406+Errant-4@users.noreply.github.com>
Sat, 1 Mar 2025 02:17:07 +0000 (03:17 +0100)
committerGitHub <noreply@github.com>
Sat, 1 Mar 2025 02:17:07 +0000 (03:17 +0100)
line spacing

Content.Client/Administration/AdminNameOverlay.cs

index 8b5e59d6f7e46704ab06eb7b78f06f5c98a361fd..c6e6a7529305f4b92689173c66e9957e140a5fb9 100644 (file)
@@ -78,7 +78,7 @@ internal sealed class AdminNameOverlay : Overlay
             }
 
             var uiScale = _userInterfaceManager.RootControl.UIScale;
-            var lineoffset = new Vector2(0f, 11f) * uiScale;
+            var lineoffset = new Vector2(0f, 14f) * uiScale;
             var screenCoordinates = _eyeManager.WorldToScreen(aabb.Center +
                                                               new Angle(-_eyeManager.CurrentEye.Rotation).RotateVec(
                                                                   aabb.TopRight - aabb.Center)) + new Vector2(1f, 7f);