diff options
author | paramat <mat.gregory@virginmedia.com> | 2015-05-04 18:53:58 +0100 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-05-04 22:41:13 +0200 |
commit | 9345ba7b6a6cd19e0af0f51be1154ae571332f04 (patch) | |
tree | 5a25f7fe58e8ff659b870ecfb76d6fddd942cd6c /minetest.conf.example | |
parent | 5fa4fed09731fa869cfcee5c15e53d9fbdedc28b (diff) | |
download | minetest-9345ba7b6a6cd19e0af0f51be1154ae571332f04.tar.gz minetest-9345ba7b6a6cd19e0af0f51be1154ae571332f04.tar.bz2 minetest-9345ba7b6a6cd19e0af0f51be1154ae571332f04.zip |
Clouds: Make cloud area radius settable in .conf
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 8967eff23..2475235a2 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -142,6 +142,9 @@ # Enable/disable clouds #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. +#cloud_radius = 12 #enable_3d_clouds = true # Use a cloud animation for the main menu background #menu_clouds = true |