1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2026-01-02 22:25:19 +01:00

initial commit

subgame + mods
This commit is contained in:
Ombridride
2014-10-28 18:01:32 +01:00
parent baab1b3f7c
commit 232b274c55
6451 changed files with 226156 additions and 0 deletions

14
mods/hud/hud.conf Normal file
View File

@@ -0,0 +1,14 @@
--##Better HUD example config file##
------------------------------------
HUD_ENABLE_HUNGER = true
HUD_HUNGER_TICK = 300
HUD_ARMOR_POS = {x=0.5,y=1}
HUD_ARMOR_OFFSET= {x=-320, y=-154}
HUD_HEALTH_POS = {x=0.5,y=1}
HUD_HEALTH_OFFSET = {x=-320, y=-122}
HUD_HUNGER_POS = {x=0.5,y=1}
HUD_HUNGER_OFFSET = {x=80, y=-122}
HUD_AIR_POS= {x=0.5,y=1}
HUD_AIR_OFFSET = {x=80, y=-154}