-
Notifications
You must be signed in to change notification settings - Fork 965
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge different outline glow params files into one
- Loading branch information
1 parent
a52f262
commit 762185a
Showing
15 changed files
with
43 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
Source/Features/Visuals/OutlineGlow/DefuseKitOutlineGlow/DefuseKitOutlineGlowParams.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
Source/Features/Visuals/OutlineGlow/DroppedBombOutlineGlow/DroppedBombOutlineGlowParams.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
...res/Visuals/OutlineGlow/GrenadeProjectileOutlineGlow/GrenadeProjectileOutlineGlowParams.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
Source/Features/Visuals/OutlineGlow/HostageOutlineGlow/HostageOutlineGlowParams.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#pragma once | ||
|
||
#include <CS2/Classes/Color.h> | ||
|
||
namespace outline_glow_params | ||
{ | ||
constexpr auto kGlowAlpha = 102; | ||
constexpr cs2::Color kHostageColor{255, 234, 128, kGlowAlpha}; | ||
constexpr cs2::Color kDroppedBombColor{255, 255, 128, kGlowAlpha}; | ||
constexpr cs2::Color kTickingBombColor{255, 128, 128, kGlowAlpha}; | ||
constexpr auto kDefuseKitGlowRange = 800; | ||
constexpr cs2::Color kDefuseKitColor{127, 247, 255, kGlowAlpha}; | ||
constexpr auto kWeaponGlowRange = 800; | ||
constexpr cs2::Color kMolotovColor{255, 223, 128, kGlowAlpha}; | ||
constexpr cs2::Color kFlashbangColor{128, 172, 255, kGlowAlpha}; | ||
constexpr cs2::Color kHEGrenadeColor{255, 128, 128, kGlowAlpha}; | ||
constexpr cs2::Color kSmokeGrenadeColor{128, 255, 128, kGlowAlpha}; | ||
constexpr cs2::Color kDefaultWeaponColor{191, 191, 191, kGlowAlpha}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
Source/Features/Visuals/OutlineGlow/TickingBombOutlineGlow/TickingBombOutlineGlowParams.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
Source/Features/Visuals/OutlineGlow/WeaponOutlineGlow/WeaponOutlineGlowParams.h
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters