add config/defaults.toml

This commit is contained in:
MihailRis
2024-10-14 02:56:33 +03:00
parent de00414456
commit 04e490c896
9 changed files with 21 additions and 16 deletions
-3
View File
@@ -131,7 +131,4 @@ public:
void generate(voxel* voxels, int x, int z);
WorldGenDebugInfo createDebugInfo() const;
/// @brief Default generator name // TODO: move to config
inline static std::string DEFAULT = "core:default";
};