summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2013-07-20 22:07:24 +0200
committerBlockMen <nmuelll@web.de>2013-07-21 11:57:59 +0200
commitbc443909844d51bb7bbcc5e89b61cecbc83e0ee7 (patch)
tree64f220120750f2668051691c1c881325a626251a /README.txt
parent98b1e097b7da747e1f4ec8e2ff04706329722229 (diff)
Enable builtin drowning
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt16
1 files changed, 6 insertions, 10 deletions
diff --git a/README.txt b/README.txt
index 39efab0..69a5173 100644
--- a/README.txt
+++ b/README.txt
@@ -1,12 +1,9 @@
Minetest mod "Better HUD"
=========================
-version: 0.3 Beta
+version: 0.4 Beta
License of source code: WTFPL
-----------------------------
-- "Disable Drowning" [no_drowning], PilzAdam
-
-everything else:
(c) Copyright BlockMen (2013)
@@ -14,9 +11,10 @@ License of textures:
--------------------
hud_heart_fg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
hud_heart_bg.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
-hud_hunger_fg.png - PilzAdam(WTFPL), modified by BlockMen
-hud_hunger_bg.png - PilzAdam(WTFPL), modified by BlockMen
+hud_hunger_fg.png - PilzAdam (WTFPL), modified by BlockMen
+hud_hunger_bg.png - PilzAdam (WTFPL), modified by BlockMen
wieldhand.png (from character.png) - Jordach (CC BY-SA 3.0), modified by BlockMen
+hud_air_fg.png - kaeza (WTFPL), modified by BlockMen
everything else is WTFPL:
(c) Copyright BlockMen (2013)
@@ -31,13 +29,11 @@ http://sam.zoy.org/wtfpl/COPYING for more details.
Using the mod:
--------------
-This mod changes the HUD of Minetest. It adds a costum crosshair, a improved health bar and a more fancy inventory bar.
+This mod changes the HUD of Minetest. It adds a costum crosshair, a improved health bar, breath bar and a more fancy inventory bar.
Also it adds hunger to the game and and hunger bar to the HUD.
-Furthermore it disables the current way of drowning (credits go to PilzAdam) and it will have an LUA-based drowing next versions.
-
-You can create a "hud.conf" to costumize the positions of health and hunger bar. Take a look at "hud.conf.example" to get more infos.
+You can create a "hud.conf" to costumize the positions of health, hunger and breath bar. Take a look at "hud.conf.example" to get more infos.
Hunger:
This mod adds hunger to the game. You can disable this by setting "HUD_HUNGER_ENABLE = false" in "hud.conf".