]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Reducing the size of new combat mode indicators (#16170)
authorArtjom <artjombebenin@gmail.com>
Sat, 6 May 2023 16:07:54 +0000 (19:07 +0300)
committerGitHub <noreply@github.com>
Sat, 6 May 2023 16:07:54 +0000 (12:07 -0400)
Content.Client/CombatMode/CombatModeIndicatorsOverlay.cs

index 8d4eedba9f141a156a8c93b0ef7aef53060a18b7..d3cdd22f6273152fa2862d457365a1cf98b05c1a 100644 (file)
@@ -30,7 +30,7 @@ public sealed class CombatModeIndicatorsOverlay : Overlay
 
     public Color MainColor = Color.White.WithAlpha(0.3f);
     public Color StrokeColor = Color.Black.WithAlpha(0.5f);
-    public float Scale = 0.8f;  // 1 is a little big
+    public float Scale = 0.6f;  // 1 is a little big
 
     public CombatModeIndicatorsOverlay(IInputManager input, IEntityManager entMan,
             IEyeManager eye, CombatModeSystem combatSys, HandsSystem hands)