summaryrefslogtreecommitdiff
path: root/src/clouds.h
diff options
context:
space:
mode:
authorShadowNinja <noreply@gmail.com>2013-03-05 17:23:03 -0500
committerkwolekr <kwolekr@minetest.net>2013-03-13 21:18:40 -0400
commit350596b94f3d886812cb453e05540a16c3db5e5b (patch)
treee1a8e8302b81476b6909c27f67add82c9252454e /src/clouds.h
parent66750dc88e3b1001e2141dd965345ae51095e0bb (diff)
downloadminetest-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 'src/clouds.h')
-rw-r--r--src/clouds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/clouds.h b/src/clouds.h
index 72923c2c5..8f8b19faf 100644
--- a/src/clouds.h
+++ b/src/clouds.h
@@ -30,7 +30,8 @@ public:
scene::ISceneNode* parent,
scene::ISceneManager* mgr,
s32 id,
- u32 seed
+ u32 seed,
+ s16 cloudheight=0
);
~Clouds();