1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Make cloud height user-configurable

This commit is contained in:
kwolekr 2012-10-28 21:35:19 -04:00 committed by Perttu Ahola
parent 9b3287b865
commit 8e50e256e6
2 changed files with 2 additions and 2 deletions

View file

@ -107,6 +107,7 @@ void set_default_settings(Settings *settings)
settings->setDefault("screenshot_path", ".");
settings->setDefault("view_bobbing_amount", "1.0");
settings->setDefault("enable_3d_clouds", "true");
settings->setDefault("cloud_height", "120");
settings->setDefault("opaque_water", "false");
settings->setDefault("console_color", "(0,0,0)");
settings->setDefault("console_alpha", "200");