1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-29 04:40:23 +02:00
Files
minetestforfun_game
mods
3d_armor
WorldEdit
_misc
_misc_kaeza
ambience_modpack
areas
arrow_signs
awards
bedrock
beginners_chest
bobblocks
bone
builtin_falling
builtin_item
carts
chatplus
chesttools
christmas_craft
coloredwood
colormachine
colouredstonebricks
columnia
darkage
death_messages
dropondie
factions
fail
farming
fences
fishing
food
forceload
framedglass
future_ban
gauges
glow
homedecor_modpack
hud
README.txt
armor.lua
changelog.txt
depends.txt
hud.conf
hud.conf.example
hud.conf.old
hunger.lua
init.lua
intweak
inventorycheck
irc
irc_commands
item_drop
jumping
lantern
lavalamp
lavatemple
locked_sign
mana
mapfix
maptools
markers
mesecons
metatools
mobs
money
more_chests
moreblocks
moreores
moretrees
multitest
name_restrictions
names_per_ip
nether
news
paintings
pipeworks
plantlife_modpack
player_inactive
quartz
random_messages
returnmirror
riesenpilz
screwdriver
sea
shutdown
snow
snowdrift
soundset
spawn
sponge
sprint
stained_glass
throwing
treasurer
trm_pyramids
tsm_pyramids
u_skins
unified_inventory
unifieddyes
vector_extras
whoison
xban2
other_things
worlds
.gitignore
LICENSE
README.md
server-nalc/mods/hud/hud.conf.example
2015-04-13 21:37:48 +02:00

34 lines
779 B
Plaintext
Executable File

--##Better HUD example config file##
------------------------------------
-- This example moves the health bar in the top left corner and the hunger bar in the top right corner
--
-- general settings
--
HUD_ENABLE_HUNGER = true --enables/disables hunger
HUD_HUNGER_TICK = 300 --sets time for loosing 1/2 bread (of 10) (in seconds)
--!NOTICE!--
-- >>if damage is disabled neither health bar nor hunger bar or breath bar is shown
--
-- health bar
--
HUD_HEALTH_POS = {x=0,y=0} --min 0, max 1
HUD_HEALTH_OFFSET = {x=5,y=30} --offset in pixel
--
-- hunger bar
--
HUD_HUNGER_POS = {x=1,y=0} --min 0, max 1
HUD_HUNGER_OFFSET = {x=-175,y=30} --offset in pixel
--
-- breath bar
--
HUD_AIR_POS = {x=0.5,y=1} --min 0, max 1
HUD_AIR_OFFSET = {x=15,y=-75} --offset in pixel