Various settings, now only use minetest.conf instead of hudbars.conf

This commit is contained in:
Wuzzy
2015-05-20 17:42:38 +02:00
parent 9752ddedf6
commit 39c1fcfe2f
4 changed files with 75 additions and 66 deletions

View File

@ -58,3 +58,5 @@ as of version 2.0.0 of the standard <http://semver.org/>.
- New setting: hudbars_bar_type. You now can change the appearance of the HUD bars.
- New HUD bar types, slightly experimental: Classic statbars and modern [hud]-style statbars
- New experimental/unfinished setting: hudbars_alignment_pattern: You can now make the HUD bars stack vertically instead of the current zig-zag pattern. Note you probably need to change source code to productively use this feature
- Various position-related HUD bar settings (see README.txt)
- Remove hudbars.conf support and hudbars.conf.example (was never officially supported anyways)