add master:new_on_top

This commit is contained in:
vaxerski
2022-07-16 23:24:42 +02:00
parent 1848086abd
commit 6f1b9d6af9
2 changed files with 4 additions and 1 deletions

View File

@@ -84,6 +84,7 @@ void CConfigManager::setDefaultVars() {
configValues["master:special_scale_factor"].floatValue = 0.8f;
configValues["master:new_is_master"].intValue = 1;
configValues["master:new_on_top"].intValue = 0;
configValues["animations:enabled"].intValue = 1;
configValues["animations:speed"].floatValue = 7.f;