increased default viewing range on android to 150 nodes
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user