Change the color namespace to ColorValue. Need to come up with the organizational theme for the code.

This commit is contained in:
Zed A. Shaw 2024-12-05 09:24:56 -05:00
parent 56b26e1c4a
commit 2f8c9bd1a9
4 changed files with 7 additions and 9 deletions

View file

@ -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};