add 'tps' command line argument

This commit is contained in:
MihailRis
2025-10-02 19:40:05 +03:00
parent 06e65911a3
commit dbab645c94
4 changed files with 34 additions and 13 deletions
+1
View File
@@ -50,6 +50,7 @@ struct CoreParameters {
std::filesystem::path userFolder = ".";
std::filesystem::path scriptFile;
std::filesystem::path projectFolder;
int tps = 20;
};
using OnWorldOpen = std::function<void(std::unique_ptr<Level>, int64_t)>;