Change the color namespace to ColorValue. Need to come up with the organizational theme for the code.
This commit is contained in:
parent
56b26e1c4a
commit
2f8c9bd1a9
4 changed files with 7 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
namespace color {
|
||||
namespace ColorValue {
|
||||
const sf::Color BLACK{1, 4, 2};
|
||||
const sf::Color DARK_DARK{9, 29, 16};
|
||||
const sf::Color DARK_MID{14, 50, 26};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue