Tweak breath icons
[minetest_hudbars.git] / README.md
blob1a4b28ae8f8aaff92a090f6eedc0b67f64da6904
1 # HUD bars
3 ## Description
4 This mod changes the HUD of Minetest. It replaces the default health and breath
5 symbols by horizontal colored bars with text showing the number.
7 Furthermore, it enables other mods to add their own custom bars to the HUD,
8 this mod will place them accordingly.
10 **Important**: Keep in mind if running a server with this mod, that the custom
11 position should be displayed correctly on every screen size.
13 ## Current version
14 The current version is 2.2.2.
16 This software uses [semantic versioning](http://semver.org), as defined by version 2.0.0 of the SemVer
17 standard.
19 ## Settings
20 This mod can be configured quite a bit. You can change HUD bar appearance, offsets, ordering, and more.
21 Use the advanced settings menu in Minetest for detailed configuration.
23 ## API
24 The API is used to add your own custom HUD bars.
25 Documentation for the API of this mod can be found in `API.md`.
27 ## Legal
28 ### License of source code
29 Author: Wuzzy (2015)
31 Also: This mod was forked from the “Better HUD” [hud] mod by BlockMen.
33 Translations:
35 * German: Wuzzy
36 * Portuguese: BrunoMine
37 * Turkish: admicos
38 * Dutch: kingoscargames
39 * Italian: Hamlet
40 * Malay: muhdnurhidayat
41 * Russian: Imk
42 * Spanish: wuniversales
44 This program is free software. It comes without any warranty, to
45 the extent permitted by applicable law. You can redistribute it
46 and/or modify it under the terms of the MIT License.
48 ### Licenses of textures
50 * `hudbars_icon_health.png`—celeron55 (CC BY-SA 3.0), modified by BlockMen
51 * `hudbars_bgicon_health.png`—celeron55 (CC BY-SA 3.0), modified by BlockMen
52 * `hudbars_icon_breath.png`—kaeza (MIT License), modified by BlockMen, modified again by Wuzzy
53 * `hudbars_bgicon_breath.png`—based on previous image, edited by Wuzzy (MIT License)
54 * `hudbars_bar_health.png`—Wuzzy (MIT License)
55 * `hudbars_bar_breath.png`—Wuzzy (MIT License)
56 * `hudbars_bar_background.png`—Wuzzy (MIT License)
58 ### License references
60 * [CC-BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)
61 * [MIT License](https://opensource.org/licenses/MIT)