diff options
author | paramat <mat.gregory@virginmedia.com> | 2015-05-08 00:53:12 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2015-05-08 01:17:50 +0100 |
commit | 77e4a467f019459572d14e32a6187f43aee31b3a (patch) | |
tree | 5b433bf25716fdb8016e1caae30e16030efa8915 /minetest.conf.example | |
parent | e17c6ba2cdab2ec753646ba9984716c5a88ad0a0 (diff) | |
download | minetest-77e4a467f019459572d14e32a6187f43aee31b3a.tar.gz minetest-77e4a467f019459572d14e32a6187f43aee31b3a.tar.bz2 minetest-77e4a467f019459572d14e32a6187f43aee31b3a.zip |
Conf.example: Update recommended maximum cloud radius to 26
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 2475235a2..3d67afed5 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -143,7 +143,7 @@ #enable_clouds = true #cloud_height = 120 # Radius of cloud area stated in number of 64 node cloud squares. -# Values > 22 will start to produce clipping of the cloud area corners. +# Values larger than 26 will start to produce sharp cutoffs at cloud area corners. #cloud_radius = 12 #enable_3d_clouds = true # Use a cloud animation for the main menu background |