increased default viewing range on android to 150 nodes

This commit is contained in:
2023-02-20 00:18:28 +01:00
parent 951c42193b
commit 3980fea012
2 changed files with 3 additions and 2 deletions

View File

@@ -18,4 +18,5 @@ settings->setDefault("font_size", "32"); // comment to be able to find this line
settings->setDefault("font_size", "32"); // comment to be able to find this line from settings_modified_for_sussycraft.txt (3)
settings->setDefault("font_path", porting::getDataPath("fonts" DIR_DELIM "monogram-extended.ttf")); // comment to be able to find this line from settings_modified_for_sussycraft.txt
settings->setDefault("touchscreen_threshold","5"); // comment to be able to find this line from settings_modified_for_sussycraft.txt
settings->setDefault("menu_clouds", "false"); // comment to be able to find this line from settings_modified_for_sussycraft.txt
settings->setDefault("menu_clouds", "false"); // comment to be able to find this line from settings_modified_for_sussycraft.txt
settings->setDefault("viewing_range", "150"); // comment to be able to find this line from settings_modified_for_sussycraft.txt