From 7039acfa49e64b6865c7897de29a1b812b8df7d0 Mon Sep 17 00:00:00 2001 From: heavydemon21 Date: Tue, 17 Dec 2024 14:22:04 +0100 Subject: revered to master --- src/crepe/api/Config.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src') diff --git a/src/crepe/api/Config.h b/src/crepe/api/Config.h index b86faff..ca2d3f1 100644 --- a/src/crepe/api/Config.h +++ b/src/crepe/api/Config.h @@ -26,7 +26,7 @@ struct Config final { * * Only messages with equal or higher priority than this value will be logged. */ - Log::Level level = Log::Level::DEBUG; + Log::Level level = Log::Level::INFO; /** * \brief Colored log output * @@ -76,17 +76,6 @@ struct Config final { */ std::string root_pattern = ".crepe-root"; } asset; - //! Default font options - struct { - /** - * \brief Default font size - * - * Using the SDL_ttf library the font size needs to be set when loading the font. - * This config option is the font size at which all fonts will be loaded initially. - * - */ - unsigned int size = 32; - } font; //! Audio system settings struct { -- cgit v1.2.3