diff options
author | Wuzzy <almikes@aol.com> | 2015-02-09 23:42:56 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-09 23:42:56 +0100 |
commit | 652da11a1fc16ae89e2fef90e7ccd6603a9a5b02 (patch) | |
tree | ddf54b92653fd15bca791fb507f9833c6f263a6e | |
parent | 041e76692bb5b6b41bd15a101ecb51d80f0358ef (diff) |
hud.conf → hudbars.conf
-rw-r--r-- | README.txt | 2 | ||||
-rw-r--r-- | hudbars.conf.example (renamed from hud.conf.example) | 0 | ||||
-rw-r--r-- | init.lua | 4 |
3 files changed, 3 insertions, 3 deletions
@@ -19,7 +19,7 @@ the number. Furthermore, it enables other mods to add their own custom bars to the HUD, this mod will place them accordingly. -You can create a “hud.conf” file to customize the positions of the health and breath bars. Take a look at “hud.conf.example” to get more infos. +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. IMPORTANT: diff --git a/hud.conf.example b/hudbars.conf.example index 663329c..663329c 100644 --- a/hud.conf.example +++ b/hudbars.conf.example @@ -218,9 +218,9 @@ end --load custom settings -local set = io.open(minetest.get_modpath("hudbars").."/hud.conf", "r") +local set = io.open(minetest.get_modpath("hudbars").."/hudbars.conf", "r") if set then - dofile(minetest.get_modpath("hudbars").."/hud.conf") + dofile(minetest.get_modpath("hudbars").."/hudbars.conf") set:close() end |