add 'player-entity' to defaults.toml
This commit is contained in:
@@ -39,8 +39,7 @@ public:
|
||||
|
||||
static std::tuple<std::string, std::string> parsePath(std::string_view view);
|
||||
|
||||
static inline auto CONFIG_DEFAULTS =
|
||||
std::filesystem::u8path("config/defaults.toml");
|
||||
static inline io::path CONFIG_DEFAULTS = "config/defaults.toml";
|
||||
private:
|
||||
std::filesystem::path userFilesFolder {"."};
|
||||
std::filesystem::path resourcesFolder {"res"};
|
||||
|
||||
Reference in New Issue
Block a user