1
0
mirror of https://repo.or.cz/minetest_hudbars.git synced 2025-07-10 12:10:38 +02:00

hud.conf → hudbars.conf

This commit is contained in:
Wuzzy
2015-02-09 23:42:56 +01:00
parent 041e76692b
commit 652da11a1f
3 changed files with 3 additions and 3 deletions

20
hudbars.conf.example Normal file
View File

@ -0,0 +1,20 @@
--##HUD bars example config file##
------------------------------------
-- This example moves the health bar in the top left corner and the hunger bar in the top right corner
--!NOTICE!--
-- >>if damage is disabled neither health bar nor 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
--
-- breath bar
--
HUD_AIR_POS = {x=0.5,y=1} --min 0, max 1
HUD_AIR_OFFSET = {x=15,y=-75} --offset in pixel