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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 803d8cb23..1ebd43e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,8 @@ tags /games/* !/games/minimal/ /cache/ -/textures/ +/textures/* +!/textures/base/ /sounds/ /mods/* !/mods/minetest/ |