]> git.localhorst.tv Git - blank.git/blobdiff - src/app/Runtime.hpp
save and load world seed
[blank.git] / src / app / Runtime.hpp
index ac508b90677bf8fbe5d19e44c7111bc2c55456a5..81c015c3668456360b1c84dc77587ba026848b1a 100644 (file)
@@ -34,6 +34,7 @@ public:
 
                std::string asset_path;
                std::string save_path;
+               std::string world_name = "default";
 
                Interface::Config interface = Interface::Config();
                World::Config world = World::Config();