Skip to content

Commit

Permalink
newspritebetter (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackern5000 authored Apr 13, 2024
1 parent 2d07d4f commit e95014b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Content.Client/CombatMode/CombatModeIndicatorsOverlay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ public sealed class CombatModeIndicatorsOverlay : Overlay

public override OverlaySpace Space => OverlaySpace.ScreenSpace;

public Color MainColor = Color.White.WithAlpha(1f);
public Color MainColor = Color.White.WithAlpha(0.75f);
public Color StrokeColor = Color.Black.WithAlpha(0.5f);
public float Scale = 0.6f; // 1 is a little big
public float Scale = 1f; // 1 is a little big NUH UH

public CombatModeIndicatorsOverlay(IInputManager input, IEntityManager entMan,
IEyeManager eye, CombatModeSystem combatSys, HandsSystem hands)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Assets made by Just-a-Unity-Dev",
"copyright": "Assets made by Alzore_ (Discord)/Blackern5000 (Github)",
"size": {
"x": 64,
"y": 64
Expand Down

0 comments on commit e95014b

Please sign in to comment.