Fix bad initial breath value of 11
[minetest_hudbars.git] / README.txt
blob9d07bac5593ab071390934869d3e282418e40a19
1 Minetest mod: HUD bars
2 ======================
3 Version: 0.3.0
5 This software uses semantic versioning, as defined by version 2.0.0 of the SemVer
6 standard. <http://semver.org/>
9 License of source code: WTFPL
10 -----------------------------
11 Author: Wuzzy (2015)
12 Forked from the “Better HUD” [hud] mod by BlockMen.
15 Using the mod:
16 --------------
17 This mod changes the HUD of Minetest. It replaces the default health and breath symbols by horizontal colored bars with text showing
18 the number.
20 Furthermore, it enables other mods to add their own custom bars to the HUD, this mod will place them accordingly.
22 You can create a “hudbars.conf” file to customize the positions of the health and breath bars. Take a look at “hudbars.conf.example” to get more infos.
25 IMPORTANT:
26 Keep in mind if running a server with this mod, that the custom position should be displayed correct on every screen size!
28 API:
29 ----
30 The API is used to add your own custom HUD bars.
31 Documentation for the API of this mod can be found in API.md.
34 License of textures:
35 --------------------
36 hudbars_icon_health.png - celeron55 (CC BY-SA 3.0), modified by BlockMen
37 hudbars_icon_breath.png - kaeza (WTFPL), modified by BlockMen
38 hudbars_bar_health.png - Wuzzy (WTFPL)
39 hudbars_bar_breath.png - Wuzzy (WTFPL)
40 hudbars_bar_background.png - Wuzzy(WTFPL)
42 This program is free software. It comes without any warranty, to
43 the extent permitted by applicable law. You can redistribute it
44 and/or modify it under the terms of the Do What The Fuck You Want
45 To Public License, Version 2, as published by Sam Hocevar. See
46 http://sam.zoy.org/wtfpl/COPYING for more details.