Remove most of the image/sound managing stuff.
This commit is contained in:
parent
1be770d62d
commit
e78340a0cd
10 changed files with 34 additions and 110 deletions
|
@ -19,7 +19,7 @@ const sf::Color GUECS_FILL_COLOR = ColorValue::DARK_MID;
|
|||
const sf::Color GUECS_TEXT_COLOR = ColorValue::LIGHT_LIGHT;
|
||||
const sf::Color GUECS_BG_COLOR = ColorValue::MID;
|
||||
const sf::Color GUECS_BORDER_COLOR = ColorValue::MID;
|
||||
constexpr const char *FONT_FILE_NAME="assets/text.otf";
|
||||
constexpr const char *FONT_FILE_NAME="assets/text.ttf";
|
||||
|
||||
#ifdef NDEBUG
|
||||
constexpr const bool DEBUG_BUILD=false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue