diff options
author | Wuzzy <almikes@aol.com> | 2015-02-05 01:35:38 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-05 01:35:38 +0100 |
commit | fdc13e92bdefa4a6f69aeb4f79b7ee6af4cb94c0 (patch) | |
tree | c073c05609ade1600972c8451a9b11336b526dea /init.lua | |
parent | 1c4a408d9bef14914d1b0424adc154c35d8c6144 (diff) |
Change color of breath bar
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ local function custom_hud(player) position = HUD_AIR_POS, text = airtext, alignment = {x=1,y=1}, - number = 0x000000, + number = 0xFFFFFF, direction = 0, offset = { x = HUD_AIR_OFFSET.x + 2, y = HUD_AIR_OFFSET.y }, }) |