Reducing the size of new combat mode indicators (#16170)

This commit is contained in:
Artjom
2023-05-06 19:07:54 +03:00
committed by GitHub
parent f7950d07e2
commit 2f5f0ea4a1

View 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)