diff options
author | ShadowNinja <noreply@gmail.com> | 2013-03-05 17:23:03 -0500 |
---|---|---|
committer | kwolekr <kwolekr@minetest.net> | 2013-03-13 21:18:40 -0400 |
commit | 350596b94f3d886812cb453e05540a16c3db5e5b (patch) | |
tree | e1a8e8302b81476b6909c27f67add82c9252454e /minetest.conf.example | |
parent | 66750dc88e3b1001e2141dd965345ae51095e0bb (diff) | |
download | minetest-350596b94f3d886812cb453e05540a16c3db5e5b.tar.gz minetest-350596b94f3d886812cb453e05540a16c3db5e5b.tar.bz2 minetest-350596b94f3d886812cb453e05540a16c3db5e5b.zip |
Add cloud menu background by Krisi, configurable with the menu_clouds option.
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers.
And finally don't git-ignore textures/base/.
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 1f2a764f2..daca1616d 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -125,6 +125,8 @@ #farmesh_distance = 40 # Enable/disable clouds #enable_clouds = true +# Use a cloud animation for the main menu background +#menu_clouds = true # Path for screenshots #screenshot_path = . # Amount of view bobbing (0 = no view bobbing, 1.0 = normal, 2.0 = double) |