mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 16:57:57 +03:00
Reorder constnst
This commit is contained in:
parent
d3c6659331
commit
1b9495fa0e
1 changed files with 1 additions and 1 deletions
|
@ -14,10 +14,10 @@ namespace TEN::Hud
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static constexpr auto SEGMENT_COUNT = 4;
|
|
||||||
static constexpr auto COLOR_GREEN = Vector4(0.0f, 0.9f, 0.1f, 9.0f);
|
static constexpr auto COLOR_GREEN = Vector4(0.0f, 0.9f, 0.1f, 9.0f);
|
||||||
static constexpr auto COLOR_RED = Vector4(1.0f, 0.1f, 0.1f, 9.0f);
|
static constexpr auto COLOR_RED = Vector4(1.0f, 0.1f, 0.1f, 9.0f);
|
||||||
static constexpr auto COLOR_GRAY = Vector4(0.5f, 0.5f, 0.5f, 6.0f);
|
static constexpr auto COLOR_GRAY = Vector4(0.5f, 0.5f, 0.5f, 6.0f);
|
||||||
|
static constexpr auto SEGMENT_COUNT = 4;
|
||||||
|
|
||||||
bool IsActive = false;
|
bool IsActive = false;
|
||||||
bool IsPrimary = false;
|
bool IsPrimary = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue