diff options
author | Wuzzy <almikes@aol.com> | 2015-03-23 18:35:19 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-03-23 18:35:19 +0100 |
commit | 015e23c6f24fbd00bc155c9cf08b7c01210342e5 (patch) | |
tree | 906d02e43891d309f5ef74c1d1479db9b8e225b6 /README.txt | |
parent | 2691a4e320e91c735016e4afc26f620898505542 (diff) |
Add setting to configure breath bar auto-hiding
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -27,6 +27,15 @@ set will use a default value instead. IMPORTANT: Keep in mind if running a server with this mod, that the custom position should be displayed correctly on every screen size! +Settings: +--------- +This mod can be configured by editing minetest.conf. Currently, the following setting is recognized: + +- hudbars_autohide_breath: A boolean setting, it can be either “true” or “false”. If set to “true”, + the breath bar will be automatically hidden shortly after the breathbar has been filled up. If set + to “false”, the breath bar will always be displayed. The default value is “true”. + + API: ---- The API is used to add your own custom HUD bars. |